diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 22:29:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 13aa45aedac595c74f2f6738dd649971cbb53c91 (patch) | |
tree | 0862ff753b551ee536f9b1215c78431cdd545764 | |
parent | 808b473e0882d64cad54bd902b42513d8555e806 (diff) | |
download | vyos-live-build-13aa45aedac595c74f2f6738dd649971cbb53c91.tar.gz vyos-live-build-13aa45aedac595c74f2f6738dd649971cbb53c91.zip |
Correcting aesthetic typo "proces" -> "process".
-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 |