Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.

darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
This commit is contained in:
axel
2006-10-26 20:22:53 +10:00
parent 3341fc888c
commit e98a604a21
10 changed files with 30 additions and 15 deletions

2
env.h
View File

@@ -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