summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-01-24 12:56:06 +0000
committerDries Buytaert <dries@buytaert.net>2011-01-24 12:56:06 +0000
commit0cc5d8ad557363fb9d7c214d8e369458957b7ab8 (patch)
treebbcf5ebdb4eb763a9a5f6e4ca6f13e34088b6d61 /includes/ajax.inc
parentaebe8558e99b542f856f8230c54ace21d8413e58 (diff)
downloadbrdo-0cc5d8ad557363fb9d7c214d8e369458957b7ab8.tar.gz
brdo-0cc5d8ad557363fb9d7c214d8e369458957b7ab8.tar.bz2
- Patch #1036246 by Jody Lynn: typo in ajax.inc comment.
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index 0f652eff8..8a4af042d 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -860,7 +860,7 @@ function ajax_command_prepend($selector, $html, $settings = NULL) {
* Creates a Drupal AJAX 'insert/append' command.
*
* The 'insert/append' command instructs the client to use jQuery's append()
- * method to append the given HTML content to the inside each element matched
+ * method to append the given HTML content to the inside of each element matched
* by the given selector.
*
* This command is implemented by Drupal.ajax.prototype.commands.insert()