Commit b85f43401025cdbf9c6652f4d6bacc7bb5ae0bd6

Stefan Sperling 2020-11-10T22:31:37

typo fix in CHANGES

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index 51b3c8d..3ac91c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
 - clear staged file type in file index entries whenever staged status is cleared
 - unlink temporary files in error cases of install_blob()
 - fix replacing a file with a symlink during merges; problem found by jrick
-- fix parsing of 'ON' keyword in gotweb parse.yl patch by Martin Vahlensieck
+- fix parsing of 'ON' keyword in gotweb parse.y; patch by Martin Vahlensieck
 - remove unused variable in gotweb.c; patch by Martin Vahlensieck
 
 * got 0.43; 2020-10-21