summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-22 19:21:12 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-22 19:21:12 +0000
commit164b9a3268e20c7e9ee792009ea5ee803f592bd4 (patch)
tree78af52729e6fd6f69afcb3d87068543fca945826
parenta75480a0c8fe0256ee6aca334e474fc86d9ddd6d (diff)
downloadbrdo-164b9a3268e20c7e9ee792009ea5ee803f592bd4.tar.gz
brdo-164b9a3268e20c7e9ee792009ea5ee803f592bd4.tar.bz2
- Patch #778354 by chx: fixed the world's most confusing typo.
-rw-r--r--includes/graph.inc2
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