patch 8.2.0025: repeated word in comment

Problem:    Repeated word in comment.
Solution:   Remove one. (Rene Nyffenegger, closes #5384)
diff --git a/src/version.c b/src/version.c
index c7da9e0..67b4c4b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    25,
+/**/
     24,
 /**/
     23,