Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #121

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ working on and debugging gcli.
*Note*: The `--disable-shared` is required because if you build a
shared version of libgcli, libtool will replace the gcli binary with a
shell script that alters the dld search path to read the correct
`libgcli.so`. Because of `build/gcli` now not being a an ELF
`libgcli.so`. Because of `build/gcli` now not being an ELF
executable but a shell script debuggers can't load gcli properly.

#### Sanitized Builds
Expand Down Expand Up @@ -228,7 +228,7 @@ subcommands of gcli.

## Subcommands

Subcommand implementations are found in seperate C files in the
Subcommand implementations are found in separate C files in the
`src/cmd` subdirectory.

When parsing command line options please use `getopt_long`. Do not
Expand Down
4 changes: 2 additions & 2 deletions docs/gcli-config.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ ID of the public key to delete.
.It Cm ssh
List SSH public keys for the current user.
.It Cm ssh add
Add a SSH public key for the current user.
Add an SSH public key for the current user.
.It Cm ssh delete
Delete a SSH public key for the current user.
Delete an SSH public key for the current user.
.El
.Sh EXAMPLES
Print a list of registered SSH public keys:
Expand Down
2 changes: 1 addition & 1 deletion docs/gcli-gists.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Paste a new Gist. The following flags can be specified:
.It Fl f , -file Pa file
Read the content from the specified file instead of standard input.
.It Fl d , -description Ar description
The descrition of the Gist to be created.
The description of the Gist to be created.
.El
.It Cm delete
Delete a Gist. The following options can be specified:
Expand Down
2 changes: 1 addition & 1 deletion docs/gcli-pipelines.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Retry the job.
.It Cm artifacts Op Fl o Ar outfile
Download the artifacts archive as a zip to disk. The default output file is
.Pa artifacts.zip
but it can be overriden by using the
but it can be overridden by using the
.Fl o
flag.
.El
Expand Down
2 changes: 1 addition & 1 deletion docs/gcli-repos.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ may be one or more of the following:
.It Cm delete Op Fl y
Delete the repository. You will be asked for confirmation unless you set
.Fl y .
.It Cm set-visiblity Ar level
.It Cm set-visibility Ar level
Change the visibility level of the repository.
.Ar level
may be one of:
Expand Down