From 72709dece18ff79b9237e95d6b65011f18c95f2e Mon Sep 17 00:00:00 2001 From: DaVukovic Date: Thu, 20 Sep 2018 18:18:55 +0200 Subject: [PATCH] Fixed a little typo --- packages/sysutils/busybox/scripts/getedid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/getedid b/packages/sysutils/busybox/scripts/getedid index 1d99f1a9bd..a23a05504f 100755 --- a/packages/sysutils/busybox/scripts/getedid +++ b/packages/sysutils/busybox/scripts/getedid @@ -54,7 +54,7 @@ del_edid() { sys_reboot else echo "You don't have a backup file for $file. You did not use this script to create the custom EDID" - echo "Therefore we can't be sure the script is working prooerly. Exiting" + echo "Therefore we can't be sure the script is working properly. Exiting" exit 3 fi else