Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2009, 10:55:43 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff, mostly spelling mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/network/packet/Packet.cc

    r5781 r5992  
    230230*/
    231231void Packet::deletePacket(ENetPacket *enetPacket){
    232   // Get our Packet from a gloabal map with all Packets created in the send() method of Packet.
     232  // Get our Packet from a global map with all Packets created in the send() method of Packet.
    233233  std::map<size_t, Packet*>::iterator it = packetMap_.find(reinterpret_cast<size_t>(enetPacket));
    234234  assert(it != packetMap_.end());
Note: See TracChangeset for help on using the changeset viewer.