diff options
author | Shawn Smith <shawnpsmith@gmail.com> | 2016-01-22 04:44:12 +0300 |
---|---|---|
committer | Shawn Smith <shawnpsmith@gmail.com> | 2016-01-22 04:44:12 +0300 |
commit | 5c34ad53e5366cb4d56292fdc6de1e9272828389 (patch) | |
tree | 25a204c68bd68190372391068d0c4c910a1de793 | |
parent | 3752dbe3d898496114ebb398c8960ff127cbbe93 (diff) |
typo
-rw-r--r-- | store.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |