Commit a8e2aa6c authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

winspool: Improve the grammar of a comment in get_servername_from_name.

parent be57ebe0
......@@ -887,7 +887,7 @@ static LPWSTR get_servername_from_name(LPCWSTR name)
if (name == NULL) return NULL;
if ((name[0] != '\\') || (name[1] != '\\')) return NULL;
server = wcsdup(&name[2]); /* skip over both backslash */
server = wcsdup(&name[2]); /* skip over both backslashes */
if (server == NULL) return NULL;
/* strip '\' and the printername */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment