From c736984391e491c65153a44e0d519135e71495b2 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 29 Mar 2012 17:39:04 -0700 Subject: Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url(). --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index cb77e330d..ff2549317 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -532,8 +532,8 @@ function drupal_get_destination() { * Parses a system URL string into an associative array suitable for url(). * * This function should only be used for URLs that have been generated by the - * system, resp. url(). It should not be used for URLs that come from external - * sources, or URLs that link to external resources. + * system, such as via url(). It should not be used for URLs that come from + * external sources, or URLs that link to external resources. * * The returned array contains a 'path' that may be passed separately to url(). * For example: -- cgit v1.2.3