VirtualBox

Changeset 83155 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 25, 2020 5:55:58 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136273
Message:

Main/glue/vboxapi.py: fix two typos: oXctp => oXcpt and CurXctpClass => CurXcptClass. The former causing python breakage for a user in the forums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r82968 r83155  
    453453                print("Warning: CoInitializeSecurity was already called");
    454454            else:
    455                 print("Warning: CoInitializeSecurity failed: ", oXctp);
     455                print("Warning: CoInitializeSecurity failed: ", oXcpt);
    456456
    457457        # Remember this thread ID and get its handle so we can wait on it in waitForEvents().
     
    960960# platforms at the same time, so this should be sufficent for most uses and
    961961# be way simpler to use than VirtualBoxManager::oXcptClass.
    962 CurXctpClass = None
     962CurXcptClass = None
    963963
    964964
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette