diff options
author | Justus Winter <[email protected]> | 2016-12-14 10:35:44 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-14 15:41:18 +0000 |
commit | d6e332422f7a8adc01a45685b067b977e28444e2 (patch) | |
tree | 6fd05d05c8dd7b968cacfaa99fd9f4de9f8272f6 /common/util.h | |
parent | dirmngr: New configure option --disable-libdns. (diff) | |
download | gnupg-d6e332422f7a8adc01a45685b067b977e28444e2.tar.gz gnupg-d6e332422f7a8adc01a45685b067b977e28444e2.zip |
common: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index a7d7e863b..2ff2bbcb3 100644 --- a/common/util.h +++ b/common/util.h @@ -281,7 +281,7 @@ const char *gnupg_messages_locale_name (void); logging subsystem. */ void setup_libgcrypt_logging (void); -/* Print an out of core emssage and die. */ +/* Print an out of core message and die. */ void xoutofcore (void); /* Same as estream_asprintf but die on memory failure. */ |