Skip to content

Commit

Permalink
Merge pull request git-lfs#192 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
tclem committed Apr 8, 2015
2 parents e3bc1a3 + ce6dcd3 commit 5eb9bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/man/git-lfs-clean.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Clean calculates a SHA-256 signature of the data from STDOUT, and outputs a
Git LFS pointer file. It also queues the file to be pushed by
git-lfs-push(1).

Clean is typicall run by Git's clean filter, configured by the repository's
Clean is typically run by Git's clean filter, configured by the repository's
Git attributes.

## SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion scanner/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ type wrappedCmd struct {
}

// startCommand starts up a command and creates a stdin pipe and a buffered
// stdout pipe, wrapped in a wrappedCmd. The stdout buffer wille be of stdoutBufSize
// stdout pipe, wrapped in a wrappedCmd. The stdout buffer will be of stdoutBufSize
// bytes.
func startCommand(command string, args ...string) (*wrappedCmd, error) {
cmd := exec.Command(command, args...)
Expand Down

0 comments on commit 5eb9bb0

Please sign in to comment.