VirtualBox

Changeset 101113 in vbox


Ignore:
Timestamp:
Sep 13, 2023 3:28:48 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159082
Message:

Main/Global: Fixed a typo in Global::stringifyDeviceType(). Should be safe, as this only has been used for logging stuff so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/Global.cpp

    r101035 r101113  
    733733        case DeviceType_Network:      return GlobalCtx::tr("Network");
    734734        case DeviceType_USB:          return GlobalCtx::tr("USB");
    735         case DeviceType_SharedFolder: return GlobalCtx::tr("ShardFolder");
     735        case DeviceType_SharedFolder: return GlobalCtx::tr("SharedFolder");
    736736        default:
    737737            AssertMsgFailedReturn(("%d (%#x)\n", aType, aType), ::stringifyDeviceType(aType));
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