summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
commit9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch)
tree681a03fe40b520b54fbf41c995ea928d2310edb7 /includes/module.inc
parentd8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff)
downloadbrdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz
brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 3e05d62a2..5cf5fc464 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -155,7 +155,7 @@ function module_implements($hook, $sort = FALSE) {
}
}
- // The explicit cast forces a copy to be made. This is needed because
+ // The explicit cast forces a copy to be made. This is needed because
// $implementations[$hook] is only a reference to an element of
// $implementations and if there are nested foreaches (due to nested node
// API calls, for example), they would both manipulate the same array's