forked from aniani/vim
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
This commit is contained in:
committed by
Bram Moolenaar
parent
5da36052a4
commit
af4a61a85d
@@ -345,7 +345,7 @@ serverChangeRegisteredWindow(
|
||||
DeleteAnyLingerer(dpy, newwin);
|
||||
if (serverName != NULL)
|
||||
{
|
||||
// Reinsert name if we was already registered
|
||||
// Reinsert name if it was already registered
|
||||
(void)LookupName(dpy, serverName, /*delete=*/TRUE, NULL);
|
||||
sprintf((char *)propInfo, "%x %.*s",
|
||||
(int_u)newwin, MAX_NAME_LENGTH, serverName);
|
||||
|
Reference in New Issue
Block a user