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

misc: fix typos

This commit is contained in:
hzlinqien
2017-10-17 17:27:03 +08:00
parent b55e20ac60
commit b91263a254
6 changed files with 11 additions and 11 deletions

View File

@ -155,7 +155,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()