commit | c4568ab37edc01e01f258d64bceddcd01633a268 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 16:21:05 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 16:21:05 2018 +0100 |
tree | 8ae92c661dad3bde1055513daa15ce703d3632f7 | |
parent | f0d58efc9dc46be37c629cbc99b4125448ca39fd [diff] [blame] |
patch 8.1.0528: various typos in comments Problem: Various typos in comments. Solution: Fix the typos.
diff --git a/src/gui_w32.c b/src/gui_w32.c index 95fe0cb..0db57ac 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c
@@ -5658,7 +5658,7 @@ HMONITOR mon; MONITORINFO moninfo; - /* work out which monitor the window is on, and get *it's* work area */ + /* work out which monitor the window is on, and get *its* work area */ mon = MonitorFromWindow(s_hwnd, MONITOR_DEFAULTTOPRIMARY); if (mon != NULL) {