summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
commitaf3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch)
tree002f4e23f118c3324f7cf2bceb781c441f55406f /includes/ajax.inc
parent4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff)
downloadbrdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz
brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index ed5db1732..33eab0ad5 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -473,7 +473,7 @@ function ajax_process_form($element, &$form_state) {
* defined in misc/ajax.js.
*
* @param $text
- * The message string to dipslay to the user.
+ * The message string to display to the user.
*
* @return
* An array suitable for use with the ajax_render() function.
@@ -831,7 +831,7 @@ function ajax_command_data($selector, $name, $value) {
* Creates a Drupal AJAX 'restripe' command.
*
* The 'restripe' command instructs the client to restripe a table. This is
- * usually used after a table has been modifed by a replace or append command.
+ * usually used after a table has been modified by a replace or append command.
*
* This command is implemented by Drupal.ajax.prototype.commands.restripe()
* defined in misc/ajax.js.