diff options
| author | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
|---|---|---|
| committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 19:56:18 +0000 |
| commit | 54eb375ff14e2a93cea70eab35719be4d25f51ca (patch) | |
| tree | 99a6159cfc9cc26696ddd5c842095fd046cb8d6e /g10/gpg.c | |
| parent | doc: fix spelling mistakes (diff) | |
| download | gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.tar.gz gnupg-54eb375ff14e2a93cea70eab35719be4d25f51ca.zip | |
all: fix spelling and typos
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'g10/gpg.c')
| -rw-r--r-- | g10/gpg.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3891,7 +3891,7 @@ main (int argc, char **argv) keygen_set_std_prefs(pers_compress_list,PREFTYPE_ZIP)) log_error(_("invalid personal compress preferences\n")); - /* Check chunk size. Please fix also the man page if you chnage + /* Check chunk size. Please fix also the man page if you change * the default. The limits are given by the specs. */ if (!opt.chunk_size) opt.chunk_size = 27; /* Default to the suggested max of 128 MiB. */ @@ -4875,9 +4875,9 @@ main (int argc, char **argv) while( endless || count ) { byte *p; - /* Wee need a multiple of 3, so that in case of + /* We need a multiple of 3, so that in case of armored output we get a correct string. No - linefolding is done, as it is best to levae this to + linefolding is done, as it is best to leave this to other tools */ size_t n = !endless && count < 99? count : 99; |
