summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index d07fbbe99c..6f3903dd2d 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -3954,7 +3954,7 @@ jumpto_tag(
}
if (found == 0)
{
- emsg(_(e_canot_find_tag_pattern));
+ emsg(_(e_cannot_find_tag_pattern));
curwin->w_cursor.lnum = save_lnum;
}
else