aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
commite98a604a2126b23468db50d64874b4d130cdbd4a (patch)
treebac46b4db461429d223be81bcc17a0bc337cb12c /env.h
parent3341fc888c9b008b6b83603406755610b83f2c94 (diff)
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
Diffstat (limited to 'env.h')
-rw-r--r--env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.h b/env.h
index e192fde4..3297d5ad 100644
--- a/env.h
+++ b/env.h
@@ -94,7 +94,7 @@ int env_set( const wchar_t *key,
wchar_t *env_get( const wchar_t *key );
/**
- Returns 1 if the specified key exists. This can't be reliable done
+ Returns 1 if the specified key exists. This can't be reliably done
using env_get, since env_get returns null for 0-element arrays
\param key The name of the variable to remove