diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 20:00:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 20:00:40 +0200 |
commit | 80fa0406d9dbc687b42df52361ca6339bc81e1bb (patch) | |
tree | 50a196ae478b3e81a6135ae27d95a0f6b21b58af | |
parent | 468a41fdeca52c5385462ce7a8649017b8c5993a (diff) | |
download | vyos-live-build-80fa0406d9dbc687b42df52361ca6339bc81e1bb.tar.gz vyos-live-build-80fa0406d9dbc687b42df52361ca6339bc81e1bb.zip |
Correcting wrong spelling of cache in exit function, thanks to David Endler for spotting it.
-rwxr-xr-x | functions/exit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh index ad17c1e50..5152253db 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -35,7 +35,7 @@ Exit () done fi - Echo_message "Saving chaches..." + Echo_message "Saving caches..." # We can't really know at which part we're failing, # but let's assume that if there's any binary stage file arround |