summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tilde.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-29 14:36:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-29 14:36:44 +0000
commit2c19a85fcc20bb606bd59803db01453bec03f2bb (patch)
tree3a8518b79f4d435679635de8f4580dc6cef6136c /Build/source/texk/kpathsea/tilde.h
parent599299b8f3cffe1e3759d3f42e2c1425520eabce (diff)
kpathsea: handle "~username" on Windows, from Akira
git-svn-id: svn://tug.org/texlive/trunk@23270 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tilde.h')
-rw-r--r--Build/source/texk/kpathsea/tilde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/tilde.h b/Build/source/texk/kpathsea/tilde.h
index de95bb31bc6..8f55c1df858 100644
--- a/Build/source/texk/kpathsea/tilde.h
+++ b/Build/source/texk/kpathsea/tilde.h
@@ -1,6 +1,6 @@
/* tilde.h: declare tilde expander.
- Copyright 1993, 2008, 2010 Karl Berry.
+ Copyright 1993, 2008, 2010, 2011 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -24,7 +24,7 @@
#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
/* Replace a leading ~ or ~NAME in FILENAME with getenv ("HOME"), or
- getenv ('USERPROFILE") on Windows, or with NAME's home directory,
+ getenv ("USERPROFILE") on Windows, or with NAME's home directory,
respectively. Excise trailing slashes. FILENAME may not be null. */
extern string kpathsea_tilde_expand (kpathsea kpse, string filename);