mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
5e8d83536e
commit
694f414e22
21 changed files with 46 additions and 46 deletions
|
@ -107,7 +107,7 @@ var assertBranchIsRemoteTracking = function(engine, branchName) {
|
|||
if (!tracking) {
|
||||
throw new GitError({
|
||||
msg: intl.todo(
|
||||
branchName + ' is not a remote tracking branch! I dont know where to push'
|
||||
branchName + ' is not a remote tracking branch! I don\'t know where to push'
|
||||
)
|
||||
});
|
||||
}
|
||||
|
@ -519,7 +519,7 @@ var commandConfig = {
|
|||
command.addWarning(
|
||||
intl.str('git-warning-hard')
|
||||
);
|
||||
// dont absorb the arg off of --hard
|
||||
// don't absorb the arg off of --hard
|
||||
generalArgs = generalArgs.concat(commandOptions['--hard']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue