Skip to content

Commit

Permalink
Fixed typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ss18 committed Dec 31, 2017
1 parent 6169a3d commit e469752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CarthageKit/Git.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public func contentsOfFileInRepository(_ repositoryFileURL: URL, _ path: String,
/// specified revision, to the given folder. If the folder does not exist, it
/// will be created.
///
/// Submodules of the working tree must be handled seperately.
/// Submodules of the working tree must be handled separately.
public func checkoutRepositoryToDirectory(
_ repositoryFileURL: URL,
_ workingDirectoryURL: URL,
Expand Down
2 changes: 1 addition & 1 deletion Source/CarthageKit/Resolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public struct Resolver: ResolverProtocol {
///
/// In other words, this attempts to create one transformed graph for each
/// possible permutation of the dependencies for the given node (chosen from
/// among the verisons that actually exist for each).
/// among the versions that actually exist for each).
private func graphsForDependenciesOfNode(_ node: DependencyNode, basedOnGraph inputGraph: DependencyGraph) -> SignalProducer<DependencyGraph, CarthageError> {
let scheduler = QueueScheduler(qos: .default, name: "org.carthage.CarthageKit.Resolver.graphsForDependenciesOfNode")

Expand Down

0 comments on commit e469752

Please sign in to comment.