summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-22 12:07:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-22 13:45:13 -0700
commitd19c5ffa0d2e0fab5c52f738c76d2114ddea2725 (patch)
tree74be4e1f80910e35c56b138bfaf89b313615a465 /keysafe.hs
parent14ab8020228fa44acfeb124edf944e011b99dcc4 (diff)
downloadkeysafe-d19c5ffa0d2e0fab5c52f738c76d2114ddea2725.tar.gz
fix spelling errors caught by lintian
Gbp-Pq: Name fix-spelling-errors-caught-by-lintian.patch
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 1e64226..996c0a7 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -144,7 +144,7 @@ backup cmdline ui tunables distinguisher (secretkeysource, secretkey) = do
if queued
then do
willautostart <- isAutoStartFileInstalled
- showInfo ui "Backup queued" $ "Some data was not sucessfully uploaded to servers, and has been queued for later upload."
+ showInfo ui "Backup queued" $ "Some data was not successfully uploaded to servers, and has been queued for later upload."
++ if willautostart then "" else " Run keysafe --uploadqueued at a later point to finish the backup."
else showInfo ui "Backup success" "Your secret key was successfully encrypted and backed up."
StoreFailure s -> showError ui ("There was a problem storing your encrypted secret key: " ++ s)