Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 9:02:49 AM (15 years ago)
Author:
rgrieder
Message:

Small style changes (no code changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/LuaState.cc

    r6150 r6190  
    9292            sourceInfo = Resource::getInfo(filename, resourceGroup);
    9393
    94         // Continue search if not explicitely forbidden
     94        // Continue search if not explicitly forbidden
    9595        if (bSearchOtherPaths && sourceInfo == NULL)
    9696        {
     
    140140    void LuaState::doString(const std::string& code, const shared_ptr<ResourceInfo>& sourceFileInfo)
    141141    {
    142         // Save the oold source file info
     142        // Save the old source file info
    143143        shared_ptr<ResourceInfo> oldSourceFileInfo = sourceFileInfo_;
    144144        // Only override if sourceFileInfo provides useful information
Note: See TracChangeset for help on using the changeset viewer.