summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-02 14:41:37 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-02 14:41:37 +0000
commitee701b3336d04488122c13e142369e179a63be16 (patch)
tree158725be7c013a3c67d386facc89f34688d39096 /modules/node/node.module
parent5e5a07f513ee793a8bbe5094895b4ebd5a1de8a2 (diff)
downloadbrdo-ee701b3336d04488122c13e142369e179a63be16.tar.gz
brdo-ee701b3336d04488122c13e142369e179a63be16.tar.bz2
- Patch #155986 by Uwe: fixed typos.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index d8949dd65..3d67408a5 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -214,7 +214,7 @@ function node_teaser_js(&$form, &$form_state) {
* The format of the content. If the content contains PHP code, we do not
* split it up to prevent parse errors.
* @param $size
- * The desired character length of the teaser. If omitted, the default
+ * The desired character length of the teaser. If omitted, the default
* value will be used.
* @return
* The generated teaser.
@@ -1899,7 +1899,7 @@ function node_revision_delete($nid, $revision) {
}
/**
- * Post revision deletion opertations.
+ * Post revision deletion operations.
*/
function node_revision_delete_post($node, $revision) {