VirtualBox

Changeset 53128 in vbox


Ignore:
Timestamp:
Oct 23, 2014 9:40:38 AM (10 years ago)
Author:
vboxsync
Message:

Main/GuestControl: typos

File:
1 edited

Legend:

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

    r52082 r53128  
    26812681        {
    26822682            case VERR_INVALID_PARAMETER:
    2683                hr = setError(VBOX_E_IPRT_ERROR, tr("Opening directory \"%s\" failed; invalid parameters given",
    2684                                                    aPath.c_str()));
     2683               hr = setError(VBOX_E_IPRT_ERROR, tr("Opening directory \"%s\" failed; invalid parameters given"),
     2684                                                   aPath.c_str());
    26852685               break;
    26862686
     
    27402740
    27412741            case VERR_NOT_A_DIRECTORY:
    2742                 hr = setError(VBOX_E_IPRT_ERROR, tr("Element \"%s\" exists but is not a directory",
    2743                                                     aPath.c_str()));
     2742                hr = setError(VBOX_E_IPRT_ERROR, tr("Element \"%s\" exists but is not a directory"),
     2743                                                    aPath.c_str());
    27442744                break;
    27452745
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