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:
@ -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()
|
||||
|
Reference in New Issue
Block a user