From 865e3280a8020d005ba462650f6479af815684a3 Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Tue, 1 Apr 2014 17:44:20 +0200 Subject: Fix seperator->separator, path_tail_with_separator->path_tail_with_sep. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index b417681987..1aae173c02 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2713,7 +2713,7 @@ void maketitle(void) off += 2; #endif /* remove the file name */ - p = path_tail_with_seperator(buf + off); + p = path_tail_with_sep(buf + off); if (p == buf + off) /* must be a help buffer */ vim_strncpy(buf + off, (char_u *)_("help"), -- cgit