updated for version 7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 4ff89a3..c7a7b60 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1258,7 +1258,7 @@
#ifdef FEAT_NETBEANS_INTG
{
- /* stolen from gui_x11.x */
+ /* stolen from gui_x11.c */
int arg;
for (arg = 1; arg < *argc; arg++)
@@ -1676,7 +1676,7 @@
* used by the taskbar or appbars. */
get_work_area(&workarea_rect);
- /* Get current posision of our window. Note that the .left and .top are
+ /* Get current position of our window. Note that the .left and .top are
* relative to the work area. */
wndpl.length = sizeof(WINDOWPLACEMENT);
GetWindowPlacement(s_hwnd, &wndpl);
@@ -3100,7 +3100,7 @@
return -1;
/*
- * make a copy of 'buttons' to fiddle with it. complier grizzles because
+ * make a copy of 'buttons' to fiddle with it. compiler grizzles because
* vim_strsave() doesn't take a const arg (why not?), so cast away the
* const.
*/
@@ -4391,7 +4391,7 @@
}
sign.hImage = NULL;
- ext = signfile + STRLEN(signfile) - 4; /* get extention */
+ ext = signfile + STRLEN(signfile) - 4; /* get extension */
if (ext > signfile)
{
int do_load = 1;