1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:44:10 +01:00

Fix some anglicised spellings and other typos.

This commit is contained in:
Kris Maglione
2010-11-13 10:55:05 -05:00
parent 9148d00ede
commit 152f8523af
6 changed files with 20 additions and 22 deletions

View File

@@ -225,7 +225,7 @@ const Dactyl = Module("dactyl", {
* Outputs a plain message to the command line.
*
* @param {string} str The message to output.
* @param {number} flags These control the multiline message behaviour.
* @param {number} flags These control the multi-line message behavior.
* See {@link CommandLine#echo}.
*/
echo: function echo(str, flags) {
@@ -237,7 +237,7 @@ const Dactyl = Module("dactyl", {
* Outputs an error message to the command line.
*
* @param {string} str The message to output.
* @param {number} flags These control the multiline message behaviour.
* @param {number} flags These control the multi-line message behavior.
* See {@link CommandLine#echo}.
*/
echoerr: function echoerr(str, flags) {
@@ -265,7 +265,7 @@ const Dactyl = Module("dactyl", {
* @param {number} verbosity The messages log level (0 - 15). Only
* messages with verbosity less than or equal to the value of the
* *verbosity* option will be output.
* @param {number} flags These control the multiline message behaviour.
* @param {number} flags These control the multi-line message behavior.
* See {@link CommandLine#echo}.
*/
echomsg: function (str, verbosity, flags) {