patch 9.0.0044: typos in comments, wrapping lines

Problem:    Typos in comments, wrapping lines.
Solution:   Adjust comments.  Wrap lines.
diff --git a/src/textformat.c b/src/textformat.c
index 5ba2f17..f34c998 100644
--- a/src/textformat.c
+++ b/src/textformat.c
@@ -92,7 +92,7 @@
 	int	did_do_comment = FALSE;
 
 	virtcol = get_nolist_virtcol()
-		+ char2cells(c != NUL ? c : gchar_cursor());
+				   + char2cells(c != NUL ? c : gchar_cursor());
 	if (virtcol <= (colnr_T)textwidth)
 	    break;