/* For now, we will not bother with trying to distinguish
* whether the cursor is in/at a command extression -- we
- * will always try all possable matches. If you don't like
+ * will always try all possible matches. If you don't like
* that then feel free to fix it.
*/
"-e\tadd the script to the commands to be executed\n"
"-n\tsuppress automatic printing of pattern space\n\n"
#if defined BB_REGEXP
- "This version of sed matches full regular expresions.\n";
+ "This version of sed matches full regular expressions.\n";
#else
- "This version of sed matches strings (not full regular expresions).\n"
+ "This version of sed matches strings (not full regular expressions).\n"
#endif
#endif
;
"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n"
"\t-v\tselect non-matching lines\n\n"
#if defined BB_REGEXP
- "This version of grep matches full regular expresions.\n";
+ "This version of grep matches full regular expressions.\n";
#else
- "This version of grep matches strings (not regular expresions).\n"
+ "This version of grep matches strings (not regular expressions).\n"
#endif
#endif
;
"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n"
"\t-v\tselect non-matching lines\n\n"
#if defined BB_REGEXP
- "This version of grep matches full regular expresions.\n";
+ "This version of grep matches full regular expressions.\n";
#else
- "This version of grep matches strings (not regular expresions).\n"
+ "This version of grep matches strings (not regular expressions).\n"
#endif
#endif
;
#endif
#ifndef RB_POWER_OFF
-/* Stop system and switch power off if possable. */
+/* Stop system and switch power off if possible. */
#define RB_POWER_OFF 0x4321fedc
#endif
"-e\tadd the script to the commands to be executed\n"
"-n\tsuppress automatic printing of pattern space\n\n"
#if defined BB_REGEXP
- "This version of sed matches full regular expresions.\n";
+ "This version of sed matches full regular expressions.\n";
#else
- "This version of sed matches strings (not full regular expresions).\n"
+ "This version of sed matches strings (not full regular expressions).\n"
#endif
#endif
;
/* For now, we will not bother with trying to distinguish
* whether the cursor is in/at a command extression -- we
- * will always try all possable matches. If you don't like
+ * will always try all possible matches. If you don't like
* that then feel free to fix it.
*/