diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 22:29:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:44:23 +0200 |
commit | 8ce28f6311b82660c7193e1d5d444c628776136c (patch) | |
tree | 54a85e7a24a6de79ac88b4af1927d54cbd32e6e1 | |
parent | e17a9c057c3640f7d2ddf106b2458f7ee06515bf (diff) | |
download | vyos-live-build-8ce28f6311b82660c7193e1d5d444c628776136c.tar.gz vyos-live-build-8ce28f6311b82660c7193e1d5d444c628776136c.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 |