aboutsummaryrefslogtreecommitdiff
path: root/store.go
diff options
context:
space:
mode:
authorShawn Smith <shawnpsmith@gmail.com>2016-01-22 04:44:12 +0300
committerShawn Smith <shawnpsmith@gmail.com>2016-01-22 04:44:12 +0300
commit5c34ad53e5366cb4d56292fdc6de1e9272828389 (patch)
tree25a204c68bd68190372391068d0c4c910a1de793 /store.go
parent3752dbe3d898496114ebb398c8960ff127cbbe93 (diff)
typo
Diffstat (limited to 'store.go')
-rw-r--r--store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.go b/store.go
index e037e05..ba3b9e9 100644
--- a/store.go
+++ b/store.go
@@ -156,7 +156,7 @@ func NewFilesystemStore(path string, keyPairs ...[]byte) *FilesystemStore {
// FilesystemStore stores sessions in the filesystem.
//
-// It also serves as a referece for custom stores.
+// It also serves as a reference for custom stores.
//
// This store is still experimental and not well tested. Feedback is welcome.
type FilesystemStore struct {