summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-21 00:35:31 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-21 00:35:31 +0000
commit6df0d7edb6c650616e805a388389bb888a790221 (patch)
tree9015cb425ca7bbea56dc8a59c2a765d30de6d9d8 /includes
parentdb61b2603918d582afad82b8036fac7f5240a627 (diff)
downloadbrdo-6df0d7edb6c650616e805a388389bb888a790221.tar.gz
brdo-6df0d7edb6c650616e805a388389bb888a790221.tar.bz2
#552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules.
Diffstat (limited to 'includes')
-rw-r--r--includes/ajax.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index e9ef9691a..67f507a6c 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -363,7 +363,7 @@ function ajax_command_alert($text) {
/**
* Creates a Drupal AJAX 'insert/replaceWith' command.
*
- * The 'insert/replace' command instructs the client to use jQuery's
+ * The 'insert/replaceWith' command instructs the client to use jQuery's
* replaceWith() method to replace each element matched matched by the given
* selector with the given HTML.
*