Adium

Changeset 24417

Show
Ignore:
Timestamp:
07/18/2008 03:45:35 AM (5 months ago)
Author:
catfish_man
Message:

OCD typo fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Bonjour/libezv/Private Classes/AWEzvXMLStream.m

    r24416 r24417  
    266266        CFRelease(xmlTree); 
    267267 
    268         /* Unfortunately CFXML* is gives us <stream ... /> and we need <stream ...>, so we remove the / here */ 
     268        /* Unfortunately CFXML* gives us <stream ... /> and we need <stream ...>, so we remove the / here */ 
    269269        NSMutableString *mutableString = [NSMutableString stringWithData:data encoding:NSUTF8StringEncoding]; 
    270270        [mutableString deleteCharactersInRange:NSMakeRange([mutableString length] - 2, 1)];