summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/blogapi.module2
-rw-r--r--modules/blogapi/blogapi.module2
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
-rw-r--r--modules/node.module2
-rw-r--r--modules/node/node.module2
-rw-r--r--modules/poll.module2
-rw-r--r--modules/poll/poll.module2
-rw-r--r--modules/search.module2
-rw-r--r--modules/search/search.module2
-rw-r--r--modules/statistics.module2
-rw-r--r--modules/statistics/statistics.module2
-rw-r--r--modules/upload.module4
-rw-r--r--modules/upload/upload.module4
14 files changed, 16 insertions, 16 deletions
diff --git a/modules/blogapi.module b/modules/blogapi.module
index ce025f913..dc4b54894 100644
--- a/modules/blogapi.module
+++ b/modules/blogapi.module
@@ -12,7 +12,7 @@
function blogapi_help($section) {
switch ($section) {
case 'admin/help#blogapi':
- $output = '<p>'. t('The blog API module enables a post to be posted to a site via external GUI applications. Many users perfer to use external tools to improve their ability to read and post responses in a customized way. The blog api provides users the freedom to use the blogging tools they want but still have the blogging server of choice.') .'</p>';
+ $output = '<p>'. t('The blog API module enables a post to be posted to a site via external GUI applications. Many users prefer to use external tools to improve their ability to read and post responses in a customized way. The blog api provides users the freedom to use the blogging tools they want but still have the blogging server of choice.') .'</p>';
$output .= '<p>'. t('When this module is enabled and configured you can use programs like <a href="%external-http-ecto-kung-foo-tv">Ecto</a> to create and publish posts from your desktop. Blog API module supports several XML-RPC based blogging APIs such as the <a href="%-">Blogger API</a>, <a href="%external-http-www-xmlrpc-com-metaWeblogApi">MetaWeblog API</a>, and most of the <a href="%external-http-www-movabletype-org-docs-mtmanual_programmatic-html">Movable Type API</a>. Any desktop blogging tools or other services (e.g. <a href="%external-http-www-flickr-com">Flickr\'s</a> "post to blog") that support these APIs should work with this site.', array('%external-http-ecto-kung-foo-tv' => 'http://ecto.kung-foo.tv/', '%-' => url('http://www.blogger.com/developers/api/1_docs/'), '%external-http-www-xmlrpc-com-metaWeblogApi' => 'http://www.xmlrpc.com/metaWeblogApi', '%external-http-www-movabletype-org-docs-mtmanual_programmatic-html' => 'http://www.movabletype.org/docs/mtmanual_programmatic.html', '%external-http-www-flickr-com' => 'http://www.flickr.com')) .'</p>';
$output .= '<p>'. t('This module also allows site administrators to configure which content types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each content type as a separate "blog".<!--break-->') .'</p>';
$output .= t('<p>You can</p>
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index ce025f913..dc4b54894 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -12,7 +12,7 @@
function blogapi_help($section) {
switch ($section) {
case 'admin/help#blogapi':
- $output = '<p>'. t('The blog API module enables a post to be posted to a site via external GUI applications. Many users perfer to use external tools to improve their ability to read and post responses in a customized way. The blog api provides users the freedom to use the blogging tools they want but still have the blogging server of choice.') .'</p>';
+ $output = '<p>'. t('The blog API module enables a post to be posted to a site via external GUI applications. Many users prefer to use external tools to improve their ability to read and post responses in a customized way. The blog api provides users the freedom to use the blogging tools they want but still have the blogging server of choice.') .'</p>';
$output .= '<p>'. t('When this module is enabled and configured you can use programs like <a href="%external-http-ecto-kung-foo-tv">Ecto</a> to create and publish posts from your desktop. Blog API module supports several XML-RPC based blogging APIs such as the <a href="%-">Blogger API</a>, <a href="%external-http-www-xmlrpc-com-metaWeblogApi">MetaWeblog API</a>, and most of the <a href="%external-http-www-movabletype-org-docs-mtmanual_programmatic-html">Movable Type API</a>. Any desktop blogging tools or other services (e.g. <a href="%external-http-www-flickr-com">Flickr\'s</a> "post to blog") that support these APIs should work with this site.', array('%external-http-ecto-kung-foo-tv' => 'http://ecto.kung-foo.tv/', '%-' => url('http://www.blogger.com/developers/api/1_docs/'), '%external-http-www-xmlrpc-com-metaWeblogApi' => 'http://www.xmlrpc.com/metaWeblogApi', '%external-http-www-movabletype-org-docs-mtmanual_programmatic-html' => 'http://www.movabletype.org/docs/mtmanual_programmatic.html', '%external-http-www-flickr-com' => 'http://www.flickr.com')) .'</p>';
$output .= '<p>'. t('This module also allows site administrators to configure which content types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each content type as a separate "blog".<!--break-->') .'</p>';
$output .= t('<p>You can</p>
diff --git a/modules/comment.module b/modules/comment.module
index 494492bb9..2d9877a96 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -70,7 +70,7 @@ define('COMMENT_PREVIEW_REQUIRED', 1);
function comment_help($section) {
switch ($section) {
case 'admin/help#comment':
- $output = '<p>'. t('The comment module creates a discussion board for each post. Users can post comments to discuss a forum topic, weblog post, story, collaborative book page, etc. The ability to comment is an important part of involving members in a communtiy dialogue.') .'</p>';
+ $output = '<p>'. t('The comment module creates a discussion board for each post. Users can post comments to discuss a forum topic, weblog post, story, collaborative book page, etc. The ability to comment is an important part of involving members in a community dialogue.') .'</p>';
$output .= '<p>'. t('An administrator can give comment permissions to user groups, and users can (optionally) edit their last comment, assuming no others have been posted since. Attached to each comment board is a control panel for customizing the way that comments are displayed. Users can control the chronological ordering of posts (newest or oldest first) and the number of posts to display on each page. Comments behave like other user submissions. Filters, smileys and HTML that work in nodes will also work with comments. The comment module provides specific features to inform site members when new comments have been posted.') .'</p>';
$output .= t('<p>You can</p>
<ul>
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 494492bb9..2d9877a96 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -70,7 +70,7 @@ define('COMMENT_PREVIEW_REQUIRED', 1);
function comment_help($section) {
switch ($section) {
case 'admin/help#comment':
- $output = '<p>'. t('The comment module creates a discussion board for each post. Users can post comments to discuss a forum topic, weblog post, story, collaborative book page, etc. The ability to comment is an important part of involving members in a communtiy dialogue.') .'</p>';
+ $output = '<p>'. t('The comment module creates a discussion board for each post. Users can post comments to discuss a forum topic, weblog post, story, collaborative book page, etc. The ability to comment is an important part of involving members in a community dialogue.') .'</p>';
$output .= '<p>'. t('An administrator can give comment permissions to user groups, and users can (optionally) edit their last comment, assuming no others have been posted since. Attached to each comment board is a control panel for customizing the way that comments are displayed. Users can control the chronological ordering of posts (newest or oldest first) and the number of posts to display on each page. Comments behave like other user submissions. Filters, smileys and HTML that work in nodes will also work with comments. The comment module provides specific features to inform site members when new comments have been posted.') .'</p>';
$output .= t('<p>You can</p>
<ul>
diff --git a/modules/node.module b/modules/node.module
index fb5f7f08a..0e63a81d8 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1062,7 +1062,7 @@ function node_filter_form_submit() {
if (isset($form_values['filter'])) {
$filter = $form_values['filter'];
- // Flatten the options array to accomodate hierarchical/nested options.
+ // Flatten the options array to accommodate hierarchical/nested options.
$flat_options = form_options_flatten($filters[$filter]['options']);
if (isset($flat_options[$form_values[$filter]])) {
diff --git a/modules/node/node.module b/modules/node/node.module
index fb5f7f08a..0e63a81d8 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1062,7 +1062,7 @@ function node_filter_form_submit() {
if (isset($form_values['filter'])) {
$filter = $form_values['filter'];
- // Flatten the options array to accomodate hierarchical/nested options.
+ // Flatten the options array to accommodate hierarchical/nested options.
$flat_options = form_options_flatten($filters[$filter]['options']);
if (isset($flat_options[$form_values[$filter]])) {
diff --git a/modules/poll.module b/modules/poll.module
index 1087f742f..2d6c90750 100644
--- a/modules/poll.module
+++ b/modules/poll.module
@@ -13,7 +13,7 @@
function poll_help($section) {
switch ($section) {
case 'admin/help#poll':
- $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cummulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
+ $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cumulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
$output .= '<p>'. t('Users can create a poll. The title of the poll should be the question, then enter the answers and the "base" vote counts. You can also choose the time period over which the vote will run.The <a href="%poll">poll</a> item in the navigation menu will take you to a page where you can see all the current polls, vote on them (if you haven\'t already) and view the results.', array('%poll' => url('poll'))) .'</p>';
$output .= t('<p>You can</p>
<ul>
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 1087f742f..2d6c90750 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -13,7 +13,7 @@
function poll_help($section) {
switch ($section) {
case 'admin/help#poll':
- $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cummulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
+ $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cumulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
$output .= '<p>'. t('Users can create a poll. The title of the poll should be the question, then enter the answers and the "base" vote counts. You can also choose the time period over which the vote will run.The <a href="%poll">poll</a> item in the navigation menu will take you to a page where you can see all the current polls, vote on them (if you haven\'t already) and view the results.', array('%poll' => url('poll'))) .'</p>';
$output .= t('<p>You can</p>
<ul>
diff --git a/modules/search.module b/modules/search.module
index 97897c0ca..4cc487e41 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -1243,7 +1243,7 @@ function theme_search_item($item, $type) {
*
* Modules may implement hook_search_page() in order to override this default
* function to display search results. In that case it is expected they provide
- * their own themable functions.
+ * their own themeable functions.
*
* @param $results
* All search result as returned by hook_search().
diff --git a/modules/search/search.module b/modules/search/search.module
index 97897c0ca..4cc487e41 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -1243,7 +1243,7 @@ function theme_search_item($item, $type) {
*
* Modules may implement hook_search_page() in order to override this default
* function to display search results. In that case it is expected they provide
- * their own themable functions.
+ * their own themeable functions.
*
* @param $results
* All search result as returned by hook_search().
diff --git a/modules/statistics.module b/modules/statistics.module
index 47b42be8b..a4d8bc628 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -33,7 +33,7 @@ function statistics_help($section) {
');
$output .= t('<p>You can</p>
<ul>
-<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; setttings &gt;&gt; statistics</a>.</li>
+<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; settings &gt;&gt; statistics</a>.</li>
<li>access statistics logs <a href="%admin-logs">administer &gt;&gt; logs</a>.</li>
<li>view recent hits <a href="%admin-logs-hits">administer &gt;&gt; logs &gt;&gt; recent hits</a>.</li>
<li>enable \'popular content\' block in block administration <a href="%admin-block">administer &gt;&gt; blocks </a> but only after you have enabled \'Count content views\' in settings.</li>
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 47b42be8b..a4d8bc628 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -33,7 +33,7 @@ function statistics_help($section) {
');
$output .= t('<p>You can</p>
<ul>
-<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; setttings &gt;&gt; statistics</a>.</li>
+<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; settings &gt;&gt; statistics</a>.</li>
<li>access statistics logs <a href="%admin-logs">administer &gt;&gt; logs</a>.</li>
<li>view recent hits <a href="%admin-logs-hits">administer &gt;&gt; logs &gt;&gt; recent hits</a>.</li>
<li>enable \'popular content\' block in block administration <a href="%admin-block">administer &gt;&gt; blocks </a> but only after you have enabled \'Count content views\' in settings.</li>
diff --git a/modules/upload.module b/modules/upload.module
index d84fc2dec..5c7c36edf 100644
--- a/modules/upload.module
+++ b/modules/upload.module
@@ -257,7 +257,7 @@ function _upload_validate(&$node) {
if (is_array($node->files)) {
// Update existing files with form data.
foreach($node->files as $fid => $file) {
- // Convert file to object for compatability
+ // Convert file to object for compatibility
$file = (object)$file;
// Validate new uploads.
@@ -449,7 +449,7 @@ function upload_save($node) {
}
foreach ($node->files as $fid => $file) {
- // Convert file to object for compatability
+ // Convert file to object for compatibility
$file = (object)$file;
// Remove file. Process removals first since no further processing
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index d84fc2dec..5c7c36edf 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -257,7 +257,7 @@ function _upload_validate(&$node) {
if (is_array($node->files)) {
// Update existing files with form data.
foreach($node->files as $fid => $file) {
- // Convert file to object for compatability
+ // Convert file to object for compatibility
$file = (object)$file;
// Validate new uploads.
@@ -449,7 +449,7 @@ function upload_save($node) {
}
foreach ($node->files as $fid => $file) {
- // Convert file to object for compatability
+ // Convert file to object for compatibility
$file = (object)$file;
// Remove file. Process removals first since no further processing