From 966ab1a7b0a5b33b04d07d1a887d906450b41101 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 24 Apr 2010 15:11:27 +0000 Subject: [PATCH] - Patch #352712 by jastraat, dmitrig01: fixed documentation. --- includes/path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/path.inc b/includes/path.inc index ee62862662e4..3984631387f5 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -238,7 +238,7 @@ function drupal_get_normal_path($path, $path_language = NULL) { * Return a component of the current Drupal path. * * When viewing a page at the path "admin/structure/types", for example, arg(0) - * returns "admin", arg(1) returns "content", and arg(2) returns "types". + * returns "admin", arg(1) returns "structure", and arg(2) returns "types". * * Avoid use of this function where possible, as resulting code is hard to read. * In menu callback functions, attempt to use named arguments. See the explanation -- GitLab