Changes for VMS.  Mostly by Zoltan Arpadffy.
diff --git a/src/screen.c b/src/screen.c
index ca5827f..a53a941 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -616,7 +616,7 @@
  * Check if the cursor line needs to be redrawn because of 'concealcursor'.
  */
     void
-conceal_check_cursur_line_redraw()
+conceal_check_cursur_line()
 {
     if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
     {