]> git.sesse.net Git - backup.sh/commitdiff
Fix some Norwenglish.
authorroot <empty>
Tue, 5 Oct 2010 00:23:07 +0000 (00:23 +0000)
committerroot <empty>
Tue, 5 Oct 2010 00:23:07 +0000 (00:23 +0000)
backup.sh

index 67a9e1ecc18f0b7c4bf5b6a949ec314a952ac01a..985bb1c1865781e8686a4585a5617fe52dc03e17 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -18,7 +18,7 @@
 # to stderr and warnings and errors to stdout. This way, we get mail whenever
 # stuff fails, and other output is redirected to the log file.
 # 
-# The computers are backed up in parallell (but the filesystems on each
+# The computers are backed up in parallel (but the filesystems on each
 # computer in serial). This is implemented highly simplistic, with forking
 # subshells. The script has no concept about threads, and stuff might go wrong,
 # which usually requires manual cleanups.