From d19c5ffa0d2e0fab5c52f738c76d2114ddea2725 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 22 Oct 2016 12:07:24 -0700 Subject: fix spelling errors caught by lintian Gbp-Pq: Name fix-spelling-errors-caught-by-lintian.patch --- keysafe.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keysafe.hs') 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) -- cgit v1.2.3