summaryrefslogtreecommitdiff
path: root/lib/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc.h')
-rw-r--r--lib/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.h b/lib/misc.h
index b530c4000..de679b8e0 100644
--- a/lib/misc.h
+++ b/lib/misc.h
@@ -47,7 +47,7 @@ void freeSplitString( /*@only@*/ char ** list)
* Like the libc function, but malloc()'s the space needed.
* @param name variable name
* @param value variable value
- * @param overwrte should an existing variable be changed?
+ * @param overwrite should an existing variable be changed?
* @return 0 on success
*/
int dosetenv(const char * name, const char * value, int overwrite)