diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-26 22:00:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-26 22:00:26 +0100 |
commit | 4b96df5a017a04141c4e901b1fc5704a3ca48099 (patch) | |
tree | ae335d245fc252be0d2237336be8c1cda620c874 /src/beval.h | |
parent | a5d5953d59730d9bf9c00a727c4aeb56f6ffc944 (diff) | |
download | vim-git-4b96df5a017a04141c4e901b1fc5704a3ca48099.tar.gz |
patch 8.2.0156: various typos in source files and testsv8.2.0156
Problem: Various typos in source files and tests.
Solution: Fix the typos. (Emir Sari, closes #5532)
Diffstat (limited to 'src/beval.h')
-rw-r--r-- | src/beval.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/beval.h b/src/beval.h index ffe47fffc..f44620038 100644 --- a/src/beval.h +++ b/src/beval.h @@ -38,7 +38,7 @@ typedef struct BalloonEvalStruct GtkWidget *balloonShell; GtkWidget *balloonLabel; unsigned int timerID; // timer for run - BeState showState; // tells us whats currently going on + BeState showState; // tells us what's currently going on int x; int y; unsigned int state; // Button/Modifier key state @@ -48,7 +48,7 @@ typedef struct BalloonEvalStruct Widget balloonShell; Widget balloonLabel; XtIntervalId timerID; // timer for run - BeState showState; // tells us whats currently going on + BeState showState; // tells us what's currently going on XtAppContext appContext; // used in event handler Position x; Position y; @@ -60,7 +60,7 @@ typedef struct BalloonEvalStruct HWND balloon; int x; int y; - BeState showState; // tells us whats currently going on + BeState showState; // tells us what's currently going on # endif # endif # if !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_MSWIN) |