VirtualBox

Changeset 48076 in vbox


Ignore:
Timestamp:
Aug 27, 2013 4:20:58 AM (11 years ago)
Author:
vboxsync
Message:

Spell "afterwards" correctly in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/ministring.h

    r44528 r48076  
    426426        {
    427427            /* Folding an UTF-8 string may result in a shorter encoding (see
    428                testcase), so recalculate the length afterwars. */
     428               testcase), so recalculate the length afterwards. */
    429429            ::RTStrToUpper(m_psz);
    430430            size_t cchNew = strlen(m_psz);
     
    445445        {
    446446            /* Folding an UTF-8 string may result in a shorter encoding (see
    447                testcase), so recalculate the length afterwars. */
     447               testcase), so recalculate the length afterwards. */
    448448            ::RTStrToLower(m_psz);
    449449            size_t cchNew = strlen(m_psz);
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