summaryrefslogtreecommitdiffstats
path: root/src/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/register.c b/src/register.c
index 24e4b992a3..6960002464 100644
--- a/src/register.c
+++ b/src/register.c
@@ -590,7 +590,7 @@ do_execreg(
if (y_current->y_array == NULL)
return FAIL;
- // Disallow remaping for ":@r".
+ // Disallow remapping for ":@r".
remap = colon ? REMAP_NONE : REMAP_YES;
// Insert lines into typeahead buffer, from last one to first one.