VirtualBox

Changeset 51419 in vbox


Ignore:
Timestamp:
May 27, 2014 8:56:28 AM (11 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl2.cpp: fix variable typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r51292 r51419  
    16851685
    16861686            /* UGA mode settings */
    1687             uint32_t u32UgaHorisontal = 0;
     1687            uint32_t u32UgaHorizontal = 0;
    16881688            GetExtraDataBoth(virtualBox, pMachine, "VBoxInternal2/EfiUgaHorizontalResolution", &strTmp);
    16891689            if (!strTmp.isEmpty())
    1690                 u32UgaHorisontal = strTmp.toUInt32();
     1690                u32UgaHorizontal = strTmp.toUInt32();
    16911691
    16921692            uint32_t u32UgaVertical = 0;
     
    17121712            InsertConfigInteger(pCfg,  "64BitEntry", f64BitEntry); /* boolean */
    17131713            InsertConfigInteger(pCfg,  "GopMode", u32GopMode);
    1714             InsertConfigInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorisontal);
     1714            InsertConfigInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorizontal);
    17151715            InsertConfigInteger(pCfg,  "UgaVerticalResolution", u32UgaVertical);
    17161716
Note: See TracChangeset for help on using the changeset viewer.

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