Skip to content

Commit

Permalink
Typos ftl.
Browse files Browse the repository at this point in the history
  • Loading branch information
relrod committed Sep 4, 2011
1 parent 1a10793 commit 75bb08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/help/help.php
Expand Up @@ -17,7 +17,7 @@ public function render() {
$return = ''; $return = '';


$prefix = request_or_default('url_prefix', '/'); $prefix = request_or_default('url_prefix', '/');
$separator = request_or_default('url_seperator', '/'); $separator = request_or_default('url_separator', '/');
$request_sep = request_or_default('url_request_sep', null); $request_sep = request_or_default('url_request_sep', null);


foreach ($routes as $path => $controller) { foreach ($routes as $path => $controller) {
Expand Down

0 comments on commit 75bb08f

Please sign in to comment.