diff src/filepath.c @ 18872:410155e75efa v8.1.2422

patch 8.1.2422: "make depend" does not work correctly for libvterm Commit: https://github.com/vim/vim/commit/9810cfbe554b166cb05b51119040bb4426c17bac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 21:23:00 2019 +0100 patch 8.1.2422: "make depend" does not work correctly for libvterm Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 21:30:04 +0100
parents 8f05b3cf8557
children d6c7b2f9aa20
line wrap: on
line diff
--- a/src/filepath.c
+++ b/src/filepath.c
@@ -8,7 +8,7 @@
  */
 
 /*
- * filepath.c: dealing with file names ant paths.
+ * filepath.c: dealing with file names and paths.
  */
 
 #include "vim.h"