summaryrefslogtreecommitdiff
path: root/src/ne_string.c
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2008-02-11 12:37:26 +0000
committerJoe Orton <notroj@users.noreply.github.com>2008-02-11 12:37:26 +0000
commitd9df7a6266a1d30e944f3a9295164b1a475582de (patch)
treefa6dce63096db0ccf8262da289eb2069a319283f /src/ne_string.c
parent33973e68f74db6647faeac1cff1288a65a74c57d (diff)
downloadneon-git-d9df7a6266a1d30e944f3a9295164b1a475582de.tar.gz
* src/ne_string.c: Fix typo in comment. (Arfrever)
Diffstat (limited to 'src/ne_string.c')
-rw-r--r--src/ne_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_string.c b/src/ne_string.c
index 77c2848..7d69df1 100644
--- a/src/ne_string.c
+++ b/src/ne_string.c
@@ -346,7 +346,7 @@ size_t ne_unbase64(const char *data, unsigned char **out)
}
/* Character map array; array[n] = isprint(n) ? 0x20 : n. Used by
- * ne_strclean as a locale-indepdenent isprint(). */
+ * ne_strclean as a locale-independent isprint(). */
static const unsigned char ascii_printable[256] = {
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,