From 0cc5d8ad557363fb9d7c214d8e369458957b7ab8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Jan 2011 12:56:06 +0000 Subject: - Patch #1036246 by Jody Lynn: typo in ajax.inc comment. --- includes/ajax.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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() -- cgit v1.2.3