patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments.
Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
diff --git a/src/option.c b/src/option.c
index 739b29a..9d596e4 100644
--- a/src/option.c
+++ b/src/option.c
@@ -1774,7 +1774,7 @@
else if ((char_u **)varp == &p_fencs && enc_utf8)
newval = fencs_utf8_default;
- // expand environment variables and ~ (since the
+ // expand environment variables and ~ since the
// default value was already expanded, only
// required when an environment variable was set
// later
@@ -3139,7 +3139,7 @@
}
}
- // Arabic requires a utf-8 encoding, inform the user if its not
+ // Arabic requires a utf-8 encoding, inform the user if it's not
// set.
if (STRCMP(p_enc, "utf-8") != 0)
{