summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-29 17:39:04 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-29 17:39:04 -0700
commitc736984391e491c65153a44e0d519135e71495b2 (patch)
tree25516f08a6757bd2fcd329558dff2db1d63bac46
parentb40facf07f25c5805f89d3d617e6e55dbadc900d (diff)
downloadbrdo-c736984391e491c65153a44e0d519135e71495b2.tar.gz
brdo-c736984391e491c65153a44e0d519135e71495b2.tar.bz2
Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
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: