Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Nov 17, 2024
1 parent 5c66e23 commit f87d993
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/doc/pi_netrw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4311,7 +4311,7 @@ netrw:
/cygdrive prefix be a user-alterable
parameter.
Jan 02, 2014 * Fixed a problem with netrw-based ballon
evaluation (ie. netrw#NetrwBaloonHelp()
evaluation (ie. netrw#NetrwBalloonHelp()
not having been loaded error messages)
Jan 03, 2014 * Fixed a problem with tree listings
* New command installed: |:Ntree|
Expand Down
2 changes: 1 addition & 1 deletion runtime/ftplugin/javascriptreact.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
" Maintainer: Doug Kearns <[email protected]>
" Last Change: 2020 Aug 19

" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
" Placeholder for backwards compatibility: .jsx used to stand for JavaScript.
runtime! ftplugin/javascript.vim
2 changes: 1 addition & 1 deletion runtime/ftplugin/readline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if exists("loaded_matchit") && !exists("b:match_words")
endif

if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
let b:browsefilter = "Readline Intialization Files (inputrc, .inputrc)\tinputrc;*.inputrc\n"
let b:browsefilter = "Readline Initialization Files (inputrc, .inputrc)\tinputrc;*.inputrc\n"
if has("win32")
let b:browsefilter ..= "All Files (*.*)\t*\n"
else
Expand Down
2 changes: 1 addition & 1 deletion src/os_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -4431,7 +4431,7 @@ mch_report_winsize(int fd, int rows, int cols)
ws.ws_col = cols;
ws.ws_row = rows;

// calcurate and set tty pixel size
// calculate and set tty pixel size
struct cellsize cs;
mch_calc_cell_size(&cs);

Expand Down

0 comments on commit f87d993

Please sign in to comment.