shell32: Fix a function name in a comment.

This commit is contained in:
Detlef Riekenberg 2006-11-16 17:10:44 +01:00 committed by Alexandre Julliard
parent a77d00eabb
commit 7c70f7f9b2
1 changed files with 1 additions and 1 deletions

View File

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