aboutsummaryrefslogtreecommitdiff
path: root/uri.go
diff options
context:
space:
mode:
authorGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-13 23:18:55 +0300
committerGravatar GitHub <noreply@github.com> 2018-08-13 23:18:55 +0300
commit4a16377d6e780cb75b91962ea2100d83f7452565 (patch)
tree0dc6ad0bb38605fa541965e6c2ba2a50884a68ba /uri.go
parentMerge branch 'master' of github.com:valyala/fasthttp (diff)
parentA lot of typo fixes (diff)
downloadfasthttp-4a16377d6e780cb75b91962ea2100d83f7452565.tar.gz
fasthttp-4a16377d6e780cb75b91962ea2100d83f7452565.tar.bz2
fasthttp-4a16377d6e780cb75b91962ea2100d83f7452565.zip
Merge pull request #303 from chebyrash/master
Typo fixes
Diffstat (limited to 'uri.go')
-rw-r--r--uri.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/uri.go b/uri.go
index 37572f5..d536f59 100644
--- a/uri.go
+++ b/uri.go
@@ -180,7 +180,7 @@ func (u *URI) Reset() {
u.parsedQueryArgs = false
// There is no need in u.fullURI = u.fullURI[:0], since full uri
- // is calucalted on each call to FullURI().
+ // is calculated on each call to FullURI().
// There is no need in u.requestURI = u.requestURI[:0], since requestURI
// is calculated on each call to RequestURI().