summaryrefslogtreecommitdiff
path: root/csutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'csutil.h')
-rw-r--r--csutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/csutil.h b/csutil.h
index e04a82b..b9a8c3a 100644
--- a/csutil.h
+++ b/csutil.h
@@ -45,7 +45,7 @@ void enmkallcap(char * d, const char * p, const char * encoding);
/* convert null terminated string to all little using encoding */
void enmkallsmall(char * d, const char * p, const char * encoding);
-/* convert null terminated string to have intial capital using encoding */
+/* convert null terminated string to have initial capital using encoding */
void enmkinitcap(char * d, const char * p, const char * encoding);
/* convert null terminated string to all caps */
@@ -54,7 +54,7 @@ void mkallcap(char * p, const struct cs_info * csconv);
/* convert null terminated string to all little */
void mkallsmall(char * p, const struct cs_info * csconv);
-/* convert null terminated string to have intial capital */
+/* convert null terminated string to have initial capital */
void mkinitcap(char * p, const struct cs_info * csconv);