summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 08:58:30 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 08:58:30 +0300
commitdd580e5cae07351821fa52c24fe7ac254bc8004f (patch)
tree871f066ffddef10b017c71c214a3757872de458d /globals.h
parent75dbad3f16853a91e2176bc5b5337206b7856d88 (diff)
typo fixes
Diffstat (limited to 'globals.h')
-rwxr-xr-xglobals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 3aeb8ad..e84ae1e 100755
--- a/globals.h
+++ b/globals.h
@@ -16,7 +16,7 @@
#ifndef GLOBALS_H
#define GLOBALS_H
-extern bool bAppendTags, bPrescenseSubscription, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used;
+extern bool bAppendTags, bPresenceSigning, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif