diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-09 21:40:10 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-09 21:40:10 +0000 |
commit | 2669c24bd46bcdf27a84345e78b1dad12d5d150a (patch) | |
tree | 984e648e30c41777c524ae38c1f6ba8354b4da1c /modules/node/node.module | |
parent | bb9885135af72f0b23ee1b5b5ac5712602aeedcf (diff) | |
download | brdo-2669c24bd46bcdf27a84345e78b1dad12d5d150a.tar.gz brdo-2669c24bd46bcdf27a84345e78b1dad12d5d150a.tar.bz2 |
#201667 follow up by keith.smith: typo in code comment
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index c9aeeb4bd..9ff58b0bf 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -244,7 +244,7 @@ function node_teaser_js(&$form, &$form_state) { * unchecked checkbox would cause the body to be empty, or missing * the auto-generated teaser). * - * If JavasSript is active then it is used to force the checkbox to be + * If JavaScript is active then it is used to force the checkbox to be * checked when hidden, and so the second case will not arise. * * In either case a warning message is output. |