aboutsummaryrefslogtreecommitdiff
path: root/url.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--url.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.go b/url.go
index 7712639..37ec699 100644
--- a/url.go
+++ b/url.go
@@ -11,7 +11,7 @@ import (
var (
err_duplicate_ref_spec = errors.New("Duplicate ref spec")
- err_no_ref_spec = errors.New("No ref spec")
+ err_no_ref_spec = errors.New("No ref spec")
)
func get_param_ref_and_type(r *http.Request) (ref_type, ref string, err error) {