updated for version 7.2c-000
diff --git a/src/window.c b/src/window.c
index b1430a6..80cbfdd 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6272,7 +6272,7 @@
 #if defined(FEAT_SEARCH_EXTRA) || defined(PROTO)
 /*
  * Add match to the match list of window 'wp'.  The pattern 'pat' will be
- * highligted with the group 'grp' with priority 'prio'.
+ * highlighted with the group 'grp' with priority 'prio'.
  * Optionally, a desired ID 'id' can be specified (greater than or equal to 1).
  * If no particular ID is desired, -1 must be specified for 'id'.
  * Return ID of added match, -1 on failure.