Skip to content

Commit

Permalink
spelling fixes, as shown on lintian.debian.org
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens authored and Thomas Lange committed Apr 26, 2016
1 parent 12cfd3e commit 9a46ae6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bin/fai-deps
Expand Up @@ -16,7 +16,7 @@
fai-deps uses files $FAI/class/*.deps to sort the classes in $LOGDIR/FAI_CLASSES and define additional ones. While doing so, it retains the original order as much as possible.
*.deps files may contain class names, seperated by whitespace. Comments ( after # or ; ) are ignored
*.deps files may contain class names, separated by whitespace. Comments ( after # or ; ) are ignored
e.g. you have a class WORDPRESS that depends on the classes VHOST and POSTGRES . VHOST again may depend on WEBSERVER.
So if you want to install the blogging software wordpress, you add a file
Expand Down Expand Up @@ -48,7 +48,7 @@ One non-standard perl module is required:
Graph::Directed;
On debian install libgraph-perl
The following enviroment variables are used:
The following environment variables are used:
$LOGDIR : path to fai temporary files
$FAI : path to fai config space
Expand Down
4 changes: 2 additions & 2 deletions man/ainsl.1
Expand Up @@ -26,7 +26,7 @@ Since ainsl is written in Perl, you can use Perl's regular expressions
in PATTERN. If PATTERN is not given, LINE is used instead for matching a line in
FILE. Then LINE may also contain the anchors '^' and '$' which
are only treated specialy at the beginning or end of the pattern and
are used for matching, not when adding the line. Additionaly,
are used for matching, not when adding the line. Additionally,
the following characters are escaped in LINE: ( ) +

The exit code returned by ainsl is 0 on success and non-zero
Expand Down Expand Up @@ -72,7 +72,7 @@ prefix for the filename. This is used in FAI for changing files in
ainsl \-v /etc/fstab '/dev/fd0 /floppy auto users,noauto 0 0'

Append the entry for the floppy device to /etc/fstab, if this line
isn't already inlcuded.
isn't already included.

ainsl \-s /etc/exports '/srv/www @linuxhosts(async,rw) backup(async,ro)'

Expand Down
2 changes: 1 addition & 1 deletion man/fai-chboot.8
Expand Up @@ -66,7 +66,7 @@ Disable the PXE configuration for the specific HOST. This renames the config fil
the suffix .disable to it, making PXE boot fall back to the default.
.TP
.B \-e
Reenable network booting for HOST. This renames the config file removing
Re-enable network booting for HOST. This renames the config file removing
the suffix .disable from it, so the next time it uses its own PXE configuration.
.TP
.B \-E
Expand Down
2 changes: 1 addition & 1 deletion man/fai-class.1
Expand Up @@ -52,7 +52,7 @@ kernel command line.

Finally, the class with the hostname and LAST are defined.

It's important that each line in a file containg a class name ends
It's important that each line in a file containing a class name ends
with a newline. If the newline is missing on the last line of a file,
this class can't be added.

Expand Down
2 changes: 1 addition & 1 deletion man/fai-debconf.1
Expand Up @@ -40,7 +40,7 @@ Skip reconfiguration of packages. Only set values in debconf database.
Create verbose output.
.TP
.B \-d
Add additional debuging output. Implies the -v option.
Add additional debugging output. Implies the -v option.
.TP
.B \-f
Run dpkg\-reconfigure for all packages FAI has information on, not only for
Expand Down
2 changes: 1 addition & 1 deletion man/fai-monitor.8
Expand Up @@ -47,7 +47,7 @@ format) and replies to request from clients if they have the format:
VARIABLE <VARNAME>. For e.g. if the clients sends "VARIABLE FAI_VERSION",
fai-monitor will reply with OK and the value of this variable
(e.g. "OK 4.5.6") if this variable is defined, otherwise it will reply
with UNKNOW and repeats the VARNAME (e.g. "UNKNOWN FAI_VERSION").
with UNKNOWN and repeats the VARNAME (e.g. "UNKNOWN FAI_VERSION").
.SH SEE ALSO
.br
This program is part of FAI (Fully Automatic Installation). See the FAI manual
Expand Down
4 changes: 2 additions & 2 deletions man/setup-storage.8
@@ -1,4 +1,4 @@
.TH setup-storage 8 "October 23, 2011" "Debian/GNU Linux"
.TH setup-storage 8 "October 23, 2011" "Debian GNU/Linux"
.SH NAME
\fBsetup-storage\fP
\- automatically prepare storage devices
Expand Down Expand Up @@ -379,7 +379,7 @@ entirety are used to create the / RAID.
The third and fourth disks are used to create the /home RAID.
.IP \(bu
Note that each BTRFS RAID must contain an initial subvolume. This is
necessary to use advanced BTRFS features such as snapshots. The intial
necessary to use advanced BTRFS features such as snapshots. The initial
subvolume name is taken from the subvol mountoption. In the above
example those would be @/ and @home.
Subvolume names begin with an @ by convention.
Expand Down

0 comments on commit 9a46ae6

Please sign in to comment.