diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-10 12:51:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-10 12:51:58 +0000 |
| commit | 176cf69d2498fa26114bf676f73eab2c1357705e (patch) | |
| tree | c2a6de67546a0d737562c947dd4f3b04961c722e | |
| parent | 6b9922aa9e15b70a2b58a6bb6d2ec7ff09046d00 (diff) | |
- Fix typo
git-svn-id: https://svn.roundcube.net/trunk@4338 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rwxr-xr-x | roundcubemail/bin/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/bin/update.sh b/roundcubemail/bin/update.sh index 5f4e3f24c..a2988879c 100755 --- a/roundcubemail/bin/update.sh +++ b/roundcubemail/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"; |
