Skip to content

Commit

Permalink
SM : rectified the spelling mistake.
Browse files Browse the repository at this point in the history
Change-Id: I6689097add081dd1dbeadad97b90daeb60838def
Closes-bug: 1476952
  • Loading branch information
root committed Jul 22, 2015
1 parent 5b630c0 commit 91b3802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_mgr_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self):
ServerMgrlogger._instance = ServerMgrlogger._ServerMgrlogger()

def __new__(cls): # __new__ always a classmethod
if not ServerMgrlogger._intance:
if not ServerMgrlogger._instance:
ServerMgrlogger._instance = ServerMgrlogger._ServerMgrlogger()
return ServerMgrlogger._instance

Expand Down

0 comments on commit 91b3802

Please sign in to comment.