Skip to content

Commit 6323ca5

Browse files
committed
Fix typos
1 parent b973182 commit 6323ca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ObjectiveGit/GTRepository+Merging.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ typedef NS_OPTIONS(NSInteger, GTMergeAnalysis) {
4545

4646
/// Merge Branch into current branch
4747
///
48-
/// analysis - The resulting analysis.
4948
/// fromBranch - The branch to merge from.
5049
/// error - The error if one occurred. Can be NULL.
5150
///
52-
/// Returns YES if the nerge was successful, NO otherwise (and `error`, if provided,
51+
/// Returns YES if the merge was successful, NO otherwise (and `error`, if provided,
5352
/// will point to an error describing what happened).
5453
- (BOOL)mergeBranchIntoCurrentBranch:(GTBranch *)fromBranch withError:(NSError **)error;
5554

0 commit comments

Comments
 (0)