commit | 0ba7dad1b3b47a021ff3353220924eba650c36f4 | [log] [tgz] |
---|---|---|
author | Harmen <harm@dds.nl> | Wed Jul 08 23:41:39 2015 +0200 |
committer | Harmen <harm@dds.nl> | Wed Jul 08 23:41:39 2015 +0200 |
tree | 011fdeaec33d69dcdabb20d6ddcaba28614bab69 | |
parent | 70708e46004c7bcb09b70e685a8b74a690135387 [diff] |
typo
diff --git a/router.go b/router.go index 83e86fd..8b5ff34 100644 --- a/router.go +++ b/router.go
@@ -55,7 +55,7 @@ // // Catch-all parameters match anything until the path end, including the // directory index (the '/' before the catch-all). Since they match anything -// until the end, catch-all paramerters must always be the final path element. +// until the end, catch-all parameters must always be the final path element. // Path: /files/*filepath // // Requests: