Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Aug 5, 2018
1 parent 649373e commit 39ffb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/TitaniumKit/Sources/API/APIModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@param args The message to log.
*/
- (void)debug:(NSArray *)args
- (void)debug:(NSArray *)args;

/**
Logs a new info message to the console.
Expand Down
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/TitaniumKit/Sources/API/Mimetypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern const NSString *svgMimeType;
/**
Converts a mime type into a file extension.
@param ext The mime type to convert.
@param mimetype The mime type to convert.
@return The file extension converted from the mime-type.
*/
+ (NSString *)extensionForMimeType:(NSString *)mimetype;
Expand Down

0 comments on commit 39ffb64

Please sign in to comment.