VirtualBox

Ignore:
Timestamp:
Oct 29, 2010 10:35:00 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67205
Message:

src/*: more spelling fixes (logging), thanks Timeless!

Location:
trunk/src/VBox/HostServices/SharedFolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp

    r28800 r33595  
    312312        char    *src = pszFullPath + len - 1;
    313313
    314         Log(("Handle case insenstive guest fs on top of host case sensitive fs for %s\n", pszFullPath));
     314        Log(("Handle case insensitive guest fs on top of host case sensitive fs for %s\n", pszFullPath));
    315315
    316316        /* Find partial path that's valid */
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r33540 r33595  
    503503                char    *src = pszFullPath + len - 1;
    504504
    505                 Log(("Handle case insenstive guest fs on top of host case sensitive fs for %s\n", pszFullPath));
     505                Log(("Handle case insensitive guest fs on top of host case sensitive fs for %s\n", pszFullPath));
    506506
    507507                /* Find partial path that's valid */
     
    907907#if defined RT_OS_LINUX || RT_OS_SOLARIS
    908908                if (cErrors < 1)
    909                     LogRel(("SharedFolders host service: Try to increase the limit for open files (ulimt -n)\n"));
     909                    LogRel(("SharedFolders host service: Try to increase the limit for open files (ulimit -n)\n"));
    910910#endif
    911911                cErrors++;
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