patch 9.0.0254: typo in function name

Problem:    Typo in function name.
Solution:   Rename the function. (closes #10971)
diff --git a/src/version.c b/src/version.c
index 48b75dc..a4787e4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    254,
+/**/
     253,
 /**/
     252,