diff options
| author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
| commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
| tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /util/strgutil.c | |
| parent | new release (diff) | |
| download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip | |
applied Mathews typo and grammar fixes
Diffstat (limited to 'util/strgutil.c')
| -rw-r--r-- | util/strgutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/strgutil.c b/util/strgutil.c index f176d35dd..3e5999d43 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -75,7 +75,7 @@ strlist_last( STRLIST node ) /**************** * look for the substring SUB in buffer and return a pointer to that * substring in BUF or NULL if not found. - * Comparison is case-in-sensitive. + * Comparison is case-insensitive. */ const char * memistr( const char *buf, size_t buflen, const char *sub ) |
