Skip to content

Commit f54f8e5

Browse files
authored
Fixed typo error on mscolab.py (#2723)
1 parent 08fc022 commit f54f8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mslib/msui/mscolab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def verify_user_token(func):
8282
@functools.wraps(func)
8383
def wrapper(self, *args, **vargs):
8484
if self.mscolab_server_url is None:
85-
# in case of a forecd logout some QT events may still trigger MSCOLAB functions
85+
# in case of a forced logout some QT events may still trigger MSCOLAB functions
8686
return
8787
verify_user_token.depth += 1
8888
try:

0 commit comments

Comments
 (0)