Skip to content

Commit

Permalink
fix typo direcotry -> directory
Browse files Browse the repository at this point in the history
  • Loading branch information
naofumi-fujii committed Nov 8, 2017
1 parent 1dd91c7 commit 60bc549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Expand Up @@ -33,7 +33,7 @@ var commandGet = cli.Command{
Name: "get",
Usage: "Clone/sync with a remote repository",
Description: `
Clone a GitHub repository under ghq root direcotry. If the repository is
Clone a GitHub repository under ghq root directory. If the repository is
already cloned to local, nothing will happen unless '-u' ('--update')
flag is supplied, in which case 'git remote update' is executed.
When you use '-p' option, the repository is cloned via SSH.
Expand Down

0 comments on commit 60bc549

Please sign in to comment.