diff options
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 74e8abae2..fcdf78682 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -159,7 +159,7 @@ Set_defaults () then LH_FDISK="fdisk" else - Echo_error "Can't proces file /sbin/fdisk" + Echo_error "Can't process file /sbin/fdisk" fi fi |