winspool: Improve the grammar of a comment in get_servername_from_name.
This commit is contained in:
parent
be57ebe015
commit
a8e2aa6c4b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue