diff options
Diffstat (limited to 'iconv/gconv_open.c')
-rw-r--r-- | iconv/gconv_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index 44cb5ccab5..4a42a84bc8 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -56,7 +56,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, nsteps * sizeof (struct __gconv_step_data)); /* Call all initialization functions for the transformation - step implemenations. */ + step implementations. */ for (cnt = 0; cnt < nsteps; ++cnt) { /* If this is the last step we must not allocate an |