From 24ab66c0fd671760ba193d14731953321138c3a6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 29 Jul 2007 15:02:42 +0000 Subject: [PATCH] grammar and comment ;) --- LICENSE | 2 +- Transmission.xcodeproj/project.pbxproj | 2 +- macosx/Torrent.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index c96446ed1..f5f0d8d2f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -The Transmission binaries and most of its source code is +The Transmission binaries and most of its source code are distributed under the MIT license. Some files are copyrighted by Charles Kerr and are covered by diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 80b8a3fff..829110166 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -320,7 +320,7 @@ 4DFBC2DD09C0970D00D5C571 /* Torrent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Torrent.h; path = macosx/Torrent.h; sourceTree = ""; }; 4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = ""; }; - 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = ""; }; A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = ""; }; A200B9630A227FD0007BBB1E /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/InfoWindow.nib; sourceTree = ""; }; diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 8f3419b6d..8c9a35374 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1111,7 +1111,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 [dic setObject: [NSString stringWithCString: (char *) peer->client encoding: NSUTF8StringEncoding] forKey: @"Client"]; } else - [dic setObject: @"" forKey: @"Client"]; + [dic setObject: @"" forKey: @"Client"]; //needed to be set here for client sort [peerDics addObject: dic]; }