summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-12-10 12:51:58 +0000
committeralecpl <alec@alec.pl>2010-12-10 12:51:58 +0000
commit0da9021f5a4fe9edfd2752a8a1fd8b2b4304b307 (patch)
tree9482c310e840aceada21ac51d5c295245a793ae2 /bin/update.sh
parent1013bad3a2e583178408e195ecbdb34456901303 (diff)
- Fix typo
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 5f4e3f24c..a2988879c 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -80,7 +80,7 @@ if ($RCI->configured) {
// Success!
if ($write1 && $write2) {
echo "Done.\n";
- echo "Your configuration files are now up-tp-date!\n";
+ echo "Your configuration files are now up-to-date!\n";
}
else {
echo "Failed to write config files!\n";