File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ - (void)_setVersionLabel:(BOOL)isSnapshotBuild
135
135
*/
136
136
- (NSAttributedString *)_loadRtfResource : (NSString *)filename
137
137
{
138
- NSMutableAttributedString *resouece = [[NSMutableAttributedString alloc ] initWithPath: [[NSBundle mainBundle ] pathForResource: filename ofType: @" rtf" ] documentAttributes: nil ];
138
+ NSMutableAttributedString *resource = [[NSMutableAttributedString alloc ] initWithPath: [[NSBundle mainBundle ] pathForResource: filename ofType: @" rtf" ] documentAttributes: nil ];
139
139
140
- [resouece addAttribute: NSForegroundColorAttributeName value: [NSColor textColor ] range: NSMakeRange (0 , [resouece length ])];
140
+ [resource addAttribute: NSForegroundColorAttributeName value: [NSColor textColor ] range: NSMakeRange (0 , [resource length ])];
141
141
142
- return [resouece autorelease ];
142
+ return [resource autorelease ];
143
143
}
144
144
145
145
@end
You can’t perform that action at this time.
0 commit comments