summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-24 14:18:47 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-24 14:18:47 +0000
commit8f5860ab47a40685e59f456e4d15bfb444403a24 (patch)
tree8fff70ebda95b64cd74405b0894b5ee412425d9a /modules
parent774688135c4a56e763a1b114b1a798cc708b175f (diff)
downloadbrdo-8f5860ab47a40685e59f456e4d15bfb444403a24.tar.gz
brdo-8f5860ab47a40685e59f456e4d15bfb444403a24.tar.bz2
- Fixed typo: "authomatically" -> "automatically".
Diffstat (limited to 'modules')
-rw-r--r--modules/story.module2
-rw-r--r--modules/story/story.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/story.module b/modules/story.module
index 2d7c31131..259b2e3ba 100644
--- a/modules/story.module
+++ b/modules/story.module
@@ -21,7 +21,7 @@ function story_conf_options() {
function story_node($field) {
$info["name"] = t("story");
- $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets authomatically published to front page.");
+ $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets automatically published to front page.");
return $info[$field];
}
diff --git a/modules/story/story.module b/modules/story/story.module
index 2d7c31131..259b2e3ba 100644
--- a/modules/story/story.module
+++ b/modules/story/story.module
@@ -21,7 +21,7 @@ function story_conf_options() {
function story_node($field) {
$info["name"] = t("story");
- $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets authomatically published to front page.");
+ $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets automatically published to front page.");
return $info[$field];
}