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 deda23f commit 441ce64
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 runtime/indent/cdl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fun! CdlGetIndent(lnum)
" One 'closing' element at the beginning of the line has already reduced the
" indent, but 'else', 'elseif' & 'then' increment it for the next line.
" '=' at the beginning already has the right indent (increased for
" asignments).
" assignments).
let f = -1
let inicio = matchend(line, '^\c\s*\(else\a*\|then\|endif\|/[*/]\|[);={]\)')
if inicio > 0
Expand Down
2 changes: 1 addition & 1 deletion runtime/indent/javascriptreact.vim
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
" Placeholder for backwards compatibility: .jsx used to stand for JavaScript.
runtime! indent/javascript.vim
2 changes: 1 addition & 1 deletion runtime/indent/typescriptreact.vim
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
" Placeholder for backwards compatilibity: .tsx used to stand for TypeScript.
" Placeholder for backwards compatibility: .tsx used to stand for TypeScript.
runtime! indent/typescript.vim
2 changes: 1 addition & 1 deletion runtime/syntax/javascriptreact.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
" Placeholder for backwards compatilibity: .jsx used to be associated with the
" Placeholder for backwards compatibility: .jsx used to be associated with the
" filetpye JavaScript.
runtime! syntax/javascript.vim
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 441ce64

Please sign in to comment.