VirtualBox

Changeset 53127 in vbox


Ignore:
Timestamp:
Oct 23, 2014 9:28:17 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96657
Message:

Main/GuestDirectoryImpl: fixed typo

File:
1 edited

Legend:

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

    r50727 r53127  
    9090        /* Start the directory process on the guest. */
    9191        GuestProcessStartupInfo procInfo;
    92         procInfo.mName      = Utf8StrFmt(tr("Reading directory \"%s\"", openInfo.mPath.c_str()));
     92        procInfo.mName      = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str());
    9393        procInfo.mCommand   = Utf8Str(VBOXSERVICE_TOOL_LS);
    9494        procInfo.mTimeoutMS = 5 * 60 * 1000; /* 5 minutes timeout. */
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