comparison src/gui_photon.c @ 19195:2ef19eed524a v8.2.0156

patch 8.2.0156: various typos in source files and tests Commit: https://github.com/vim/vim/commit/4b96df5a017a04141c4e901b1fc5704a3ca48099 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 22:00:26 2020 +0100 patch 8.2.0156: various typos in source files and tests Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes https://github.com/vim/vim/issues/5532)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 22:15:05 +0100
parents e1f4e9d78a6a
children fcccc29bd386
comparison
equal deleted inserted replaced
19194:9986e645676b 19195:2ef19eed524a
1204 PtAddCallback(gui.vimTextArea, Pt_CB_LOST_FOCUS, 1204 PtAddCallback(gui.vimTextArea, Pt_CB_LOST_FOCUS,
1205 gui_ph_handle_focus, NULL); 1205 gui_ph_handle_focus, NULL);
1206 1206
1207 /* 1207 /*
1208 * Now that the text area widget has been created, set up the colours, 1208 * Now that the text area widget has been created, set up the colours,
1209 * which wil call PtSetResource from gui_mch_new_colors 1209 * which will call PtSetResource from gui_mch_new_colors
1210 */ 1210 */
1211 1211
1212 /* 1212 /*
1213 * Create the two timers, not as accurate as using the kernel timer 1213 * Create the two timers, not as accurate as using the kernel timer
1214 * functions, but good enough 1214 * functions, but good enough