diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-22 19:21:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-22 19:21:12 +0000 |
commit | 164b9a3268e20c7e9ee792009ea5ee803f592bd4 (patch) | |
tree | 78af52729e6fd6f69afcb3d87068543fca945826 | |
parent | a75480a0c8fe0256ee6aca334e474fc86d9ddd6d (diff) | |
download | brdo-164b9a3268e20c7e9ee792009ea5ee803f592bd4.tar.gz brdo-164b9a3268e20c7e9ee792009ea5ee803f592bd4.tar.bz2 |
- Patch #778354 by chx: fixed the world's most confusing typo.
-rw-r--r-- | includes/graph.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graph.inc b/includes/graph.inc index aaaa19abb..38ed6fc3a 100644 --- a/includes/graph.inc +++ b/includes/graph.inc @@ -27,7 +27,7 @@ * On return you will also have: * @code * $graph[1]['paths'][2] = 1; - * $graph[1]['paths'][3] = 2; + * $graph[1]['paths'][3] = 1; * $graph[2]['reverse_paths'][1] = 1; * $graph[3]['reverse_paths'][1] = 1; * @endcode |