summaryrefslogtreecommitdiffstats
path: root/mkdtemp.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
commitfd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 (patch)
tree03c14f393279ccbd185179cc38522126fb1725ab /mkdtemp.c
parent3e4064102fde1d92c501a19174b9a250dd99408c (diff)
fix typos in comments
Diffstat (limited to 'mkdtemp.c')
-rw-r--r--mkdtemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdtemp.c b/mkdtemp.c
index 0f5edcdd..ae9d5d9e 100644
--- a/mkdtemp.c
+++ b/mkdtemp.c
@@ -6,7 +6,7 @@
#include <time.h>
#include <string.h>
-/* mkdtemp fuction for systems which don't have one */
+/* mkdtemp function for systems which don't have one */
char *mkdtemp (char *tmpl)
{
static const char LETTERS[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";