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 /common/t-exechelp.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 'common/t-exechelp.c')
-rw-r--r-- | common/t-exechelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-exechelp.c b/common/t-exechelp.c index cf967fcc7..3bf082bbb 100644 --- a/common/t-exechelp.c +++ b/common/t-exechelp.c @@ -131,7 +131,7 @@ test_close_all_fds (void) free (array); /* Now let's check the realloc we use. We do this and the next - tests only if we are allowed to open enought descriptors. */ + tests only if we are allowed to open enough descriptors. */ if (get_max_fds () > 32) { int except[] = { 20, 23, 24, -1 }; |