Fix typos in comments and strings to reduce future slumming for credit.
[ircu2.10.12-pk.git] / ircd / m_burst.c
index 6618ebc8857a95656336fe201e01432755ba827e..42b39cd7ba501850b2d53ea10ade226ff727b7a2 100644 (file)
@@ -413,7 +413,7 @@ int ms_burst(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
                    current_mode_needs_reset = 0;
                  }
                  current_mode = (current_mode & ~CHFL_DELAYED) | CHFL_VOICE;
-                 oplevel = -1; /* subsequential digits are an absolute op-level value. */
+                 oplevel = -1; /* subsequent digits are an absolute op-level value. */
                 }
                else if (isdigit(*ptr)) {
                  int level_increment = 0;