Merge pull request #192 from pborreli/typos

Fixed typos
This commit is contained in:
Timothy Clem 2015-04-08 16:59:39 -07:00
commit 5eb9bb01d9
2 changed files with 2 additions and 2 deletions

@ -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

@ -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...)