summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-05-31 13:40:39 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-05-31 13:40:39 +0200
commite50c77e6b318802d8f5bfa0a72bc665ad7f9273c (patch)
tree8cbed23f18db264f25ed1bbb09b94a5610d30559
parent99c6c5ee35f715605d8f459a07cc884da426c281 (diff)
Minor spelling fix.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-rw-r--r--dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dialog.cpp b/dialog.cpp
index 598e28b4..8411c605 100644
--- a/dialog.cpp
+++ b/dialog.cpp
@@ -399,7 +399,7 @@ void Dialog::wizard()
passStore = ui->storePath->text();
}
if (!QFile(passStore + ".gpg-id").exists()) {
- // apears not to be store
+ // appears not to be store
// init yes / no ?
mainWindow->userDialog(passStore);
}