1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 11:40:38 +00:00

Merge pull request #2896 from tinycedar/master

misc: fix typos
This commit is contained in:
astaxie
2017-10-17 21:22:27 +08:00
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@ -164,7 +164,7 @@ func (fp *FileProvider) SessionRead(sid string) (Store, error) {
}
// SessionExist Check file session exist.
// it checkes the file named from sid exist or not.
// it checks the file named from sid exist or not.
func (fp *FileProvider) SessionExist(sid string) bool {
filepder.lock.Lock()
defer filepder.lock.Unlock()