Merge pull request #2545 from shaunoakenfull/master
Fix typo in comment
This commit is contained in:
commit
e4a7c14c75
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ class CmdEvMenuNode(Command):
|
||||||
|
|
||||||
caller = self.caller
|
caller = self.caller
|
||||||
# we store Session on the menu since this can be hard to
|
# we store Session on the menu since this can be hard to
|
||||||
# get in multisession environemtns if caller is an Account.
|
# get in multisession environments if caller is an Account.
|
||||||
menu = caller.ndb._evmenu
|
menu = caller.ndb._evmenu
|
||||||
if not menu:
|
if not menu:
|
||||||
if _restore(caller):
|
if _restore(caller):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue