VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r33524 r33540  
    18671867
    18681868/**
    1869  * Unloads the neccessary driver.
     1869 * Unloads the necessary driver.
    18701870 *
    18711871 * @returns VBox status code
     
    18841884
    18851885/**
    1886  * Loads the neccessary driver.
     1886 * Loads the necessary driver.
    18871887 *
    18881888 * @returns VBox status code
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r33456 r33540  
    362362        { "unregistervm",     USAGE_UNREGISTERVM,      handleUnregisterVM },
    363363        { "createhd",         USAGE_CREATEHD,          handleCreateHardDisk },
    364         { "createvdi",        USAGE_CREATEHD,          handleCreateHardDisk }, /* backward compatiblity */
     364        { "createvdi",        USAGE_CREATEHD,          handleCreateHardDisk }, /* backward compatibility */
    365365        { "modifyhd",         USAGE_MODIFYHD,          handleModifyHardDisk },
    366         { "modifyvdi",        USAGE_MODIFYHD,          handleModifyHardDisk }, /* backward compatiblity */
     366        { "modifyvdi",        USAGE_MODIFYHD,          handleModifyHardDisk }, /* backward compatibility */
    367367        { "clonehd",          USAGE_CLONEHD,           handleCloneHardDisk },
    368         { "clonevdi",         USAGE_CLONEHD,           handleCloneHardDisk }, /* backward compatiblity */
     368        { "clonevdi",         USAGE_CLONEHD,           handleCloneHardDisk }, /* backward compatibility */
    369369        { "addiscsidisk",     USAGE_ADDISCSIDISK,      handleAddiSCSIDisk },
    370370        { "createvm",         USAGE_CREATEVM,          handleCreateVM },
     
    379379        { "storagectl",       USAGE_STORAGECONTROLLER, handleStorageController },
    380380        { "showhdinfo",       USAGE_SHOWHDINFO,        handleShowHardDiskInfo },
    381         { "showvdiinfo",      USAGE_SHOWHDINFO,        handleShowHardDiskInfo }, /* backward compatiblity */
     381        { "showvdiinfo",      USAGE_SHOWHDINFO,        handleShowHardDiskInfo }, /* backward compatibility */
    382382        { "getextradata",     USAGE_GETEXTRADATA,      handleGetExtraData },
    383383        { "setextradata",     USAGE_SETEXTRADATA,      handleSetExtraData },
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r33417 r33540  
    944944            ComPtr<IVirtualSystemDescription> pVSD;
    945945            CHECK_ERROR_BREAK(pMachine, Export(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam()));
    946             // Add additional info to the virtal system description if the user wants so
     946            // Add additional info to the virtual system description if the user wants so
    947947            ArgsMap *pmapArgs = NULL;
    948948            ArgsMapsMap::iterator itm = mapArgsMapsPerVsys.find(i);
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

    r33408 r33540  
    4747 *
    4848 * @returns Valid number on success.
    49  * @returns 0 if invalid number. All necesary bitching has been done.
     49 * @returns 0 if invalid number. All necessary bitching has been done.
    5050 * @param   psz     Pointer to the nic number.
    5151 */
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r33524 r33540  
    164164    { "--remember",     'r', RTGETOPT_REQ_NOTHING },
    165165    { "-remember",      'r', RTGETOPT_REQ_NOTHING },    // deprecated
    166     { "--register",     'r', RTGETOPT_REQ_NOTHING },    // deprecated (inofficial)
     166    { "--register",     'r', RTGETOPT_REQ_NOTHING },    // deprecated (unofficial)
    167167    { "-register",      'r', RTGETOPT_REQ_NOTHING },    // deprecated
    168168};
     
    10691069         * from the disk backends to construct the location properly. Also do
    10701070         * not use slashes to separate the parts, as otherwise only the last
    1071          * element comtaining information will be shown. */
     1071         * element containing information will be shown. */
    10721072        if (lun.isEmpty() || lun == "0" || lun == "enc0")
    10731073        {
     
    12021202                                   DeviceType_HardDisk,
    12031203                                   hardDisk.asOutParam());
    1204     /* no? well, then it's an unkwnown image */
     1204    /* no? well, then it's an unknown image */
    12051205    if (FAILED(rc))
    12061206    {
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp

    r33495 r33540  
    236236
    237237/**
    238  * Metics setup
     238 * Metrics setup
    239239 */
    240240static int handleMetricsSetup(int argc, char *argv[],
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r33294 r33540  
    201201
    202202    /* for sata controller check if the port count is big enough
    203      * to accomodate the current port which is being assigned
     203     * to accommodate the current port which is being assigned
    204204     * else just increase the port count
    205205     */
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