From 938a711aae6ecf871f37dda71b8e55bebbb6eba8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 16:39:41 -0400 Subject: spell-check :/ --- src/lib/common.sh.3.ronn | 2 +- src/lib/libreblacklist.1.ronn | 2 +- src/lib/librelib.1.ronn | 2 +- src/lib/librelib.7.ronn | 6 +++--- src/lib/libremessages.1.ronn | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/lib') diff --git a/src/lib/common.sh.3.ronn b/src/lib/common.sh.3.ronn index 2ec113c..f2bab7a 100644 --- a/src/lib/common.sh.3.ronn +++ b/src/lib/common.sh.3.ronn @@ -1,7 +1,7 @@ common.sh -- common Bash routines from devtools =============================================== -## SYNPOSIS +## SYNOPSIS `. $(librelib common)` diff --git a/src/lib/libreblacklist.1.ronn b/src/lib/libreblacklist.1.ronn index e44aa8d..550ace8 100644 --- a/src/lib/libreblacklist.1.ronn +++ b/src/lib/libreblacklist.1.ronn @@ -1,7 +1,7 @@ libreblacklist(1) -- Tools for working with the your-freedom blacklist ====================================================================== -## SYNPOSIS +## SYNOPSIS `. $(librelib blacklist)`
`. libreblacklist`
diff --git a/src/lib/librelib.1.ronn b/src/lib/librelib.1.ronn index 42d8f15..b3fc35e 100644 --- a/src/lib/librelib.1.ronn +++ b/src/lib/librelib.1.ronn @@ -6,7 +6,7 @@ librelib(1) -- finds a Bash library file `. $(librelib LIBRARY)`
`librelib -h` -## DESRIPTION +## DESCRIPTION `librelib` is a program to find a Bash(1) library file at run-time. This way, the path does not need to be hard-coded into the diff --git a/src/lib/librelib.7.ronn b/src/lib/librelib.7.ronn index e030f6a..3116462 100644 --- a/src/lib/librelib.7.ronn +++ b/src/lib/librelib.7.ronn @@ -3,7 +3,7 @@ librelib(7) -- Suite of Bash libraries ## SYNOPSIS -Overview ot the librelib Bash library suite. +Overview of the librelib Bash library suite. ## DESCRIPTION @@ -19,8 +19,8 @@ libraries installed in `/usr/lib/libretools`. Think of it as a sort of dynamic-linker. The 'core' of librelib are the libraries installed in -`/usr/lib/libretools`. These are `Bash`(1) libaries that may be sourced in -Bash programs. +`/usr/lib/libretools`. These are `Bash`(1) libraries that may be +sourced in Bash programs. Some of these libraries also make sense as stand-alone programs, where if they are invoked directly, the first argument is the library diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index daafd2f..b3cf13d 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -76,7 +76,7 @@ Unless otherwise noted, these do not implicitly call `gettext`. ### PROSE ROUTINES -These routines print to standard output, ande are useful for printing +These routines print to standard output, and are useful for printing word-wrapped prose. For each of these, is fed through `gettext` automatically. @@ -169,7 +169,7 @@ these, you could end up deleting a lot of someone's work. ### LOCKFILE ROUTINES * `lock` [...]: - Opens (creating if nescessary) the file with file + Opens (creating if necessary) the file with file descriptor in the current process, and gets an exclusive lock on it. If another program already has a lock on the file, and this program needs to wait for the lock to be release, then @@ -188,11 +188,11 @@ these, you could end up deleting a lot of someone's work. These routines relate to `makepkg`(8). * `find_cached_package` [-: - Searches for a localy built copy of the specified package, in + Searches for a locally built copy of the specified package, in and the current working directory. If is not specified, any value will match. If multiple matching files are found (not counting duplicate links), then an error is printed to - stderr and nothing is prented to stdout. + stderr and nothing is printed to stdout. * `get_full_version` []: Inspects variables that are set, and prints the full version -- cgit v1.2.3-54-g00ecf