patch 9.0.1459: typo in name of type

Problem:    Typo in name of type.
Solution:   Change funccal_T to funccall_T. (closes #12265)
diff --git a/src/version.c b/src/version.c
index 018fcf5..0b3c80e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1459,
+/**/
     1458,
 /**/
     1457,