diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update.sh | 2 |
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"; |