We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fc022 commit f54f8e5Copy full SHA for f54f8e5
1 file changed
mslib/msui/mscolab.py
@@ -82,7 +82,7 @@ def verify_user_token(func):
82
@functools.wraps(func)
83
def wrapper(self, *args, **vargs):
84
if self.mscolab_server_url is None:
85
- # in case of a forecd logout some QT events may still trigger MSCOLAB functions
+ # in case of a forced logout some QT events may still trigger MSCOLAB functions
86
return
87
verify_user_token.depth += 1
88
try:
0 commit comments