aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-03 01:33:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-03 01:33:30 +1000
commita97b6520469c205fb53af2a1b3ba70fd111800db (patch)
treed333423446df1f66ca0b2dd416bab84027198ecf /wutil.h
parent91b46b305df3de2c684982677318408acf596b4f (diff)
Minor source documentation edits
darcs-hash:20060202153330-ac50b-63ad1ac0f20b94f6015e472b52ac32040a942280.gz
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wutil.h b/wutil.h
index 1d504937..81ee847b 100644
--- a/wutil.h
+++ b/wutil.h
@@ -82,7 +82,7 @@ wchar_t *wgetcwd( wchar_t *buff, size_t sz );
int wchdir( const wchar_t * dir );
/**
- Wide character verion of realpath function. Just like the GNU
+ Wide character version of realpath function. Just like the GNU
version of realpath, wrealpath will accept 0 as the value for the
second argument, in which case the result will be allocated using
malloc, and must be free'd by the user.