summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 8dca5389ba..1c664129a6 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -5372,7 +5372,7 @@ v_visop(cmdarg_T *cap)
nv_subst(cmdarg_T *cap)
{
#ifdef FEAT_TERMINAL
- // When showing output of term_dumpdiff() swap the top and botom.
+ // When showing output of term_dumpdiff() swap the top and bottom.
if (term_swap_diff() == OK)
return;
#endif