Module: wine Branch: master Commit: 7c70f7f9b24ad95e7d55d5aa52d038901c970f8d URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c70f7f9b24ad95e7d55d5aa52...
Author: Detlef Riekenberg wine.dev@web.de Date: Thu Nov 16 17:10:44 2006 +0100
shell32: Fix a function name in a comment.
---
dlls/shell32/xdg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/xdg.c b/dlls/shell32/xdg.c index 4c4d10e..75196f4 100644 --- a/dlls/shell32/xdg.c +++ b/dlls/shell32/xdg.c @@ -148,7 +148,7 @@ const char *XDG_GetPath(int path_id) }
/****************************************************************************** - * XDG_GetPath [internal] + * XDG_BuildPath [internal] * * Build a string with a subpath of one of the XDG standard paths. * The root can be one of XDG_DATA_HOME, XDG_CONFIG_HOME and XDG_CACHE_HOME.