summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-04-18 11:18:19 +0200
committerRichard W.M. Jones <rjones@redhat.com>2012-04-24 10:43:35 +0100
commit01ed015a95ea81efc25e738b2094861d9c8fd182 (patch)
tree054582b25d2dabe936b642035a0a373bc6854ed8
parent2ced896df90707e7b6cc4480bccedb90406fa24c (diff)
downloadlibguestfs-01ed015a95ea81efc25e738b2094861d9c8fd182.tar.gz
libguestfs-01ed015a95ea81efc25e738b2094861d9c8fd182.tar.xz
libguestfs-01ed015a95ea81efc25e738b2094861d9c8fd182.zip
maint: fix doc typos
Fix typos spotted by http://github.com/lyda/misspell-check. * configure.ac: As above. * ocaml/examples/guestfs-ocaml.pod: Likewise. * fish/guestfish.pod: Likewise. (cherry picked from commit e97b6a1bb15e8cad319dceff53c58f8267e8152f)
-rw-r--r--configure.ac2
-rw-r--r--fish/guestfish.pod6
-rw-r--r--ocaml/examples/guestfs-ocaml.pod2
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 36590f33..a304eb9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1234,7 +1234,7 @@ echo -n "gobject introspection ............... "
if test "x$HAVE_INTROSPECTION_TRUE" = "x"; then echo "yes"; else echo "no"; fi
echo
echo "If any optional component is configured 'no' when you expected 'yes'"
-echo "then you should check the preceeding messages."
+echo "then you should check the preceding messages."
echo
echo "Please report bugs back to the mailing list:"
echo "http://www.redhat.com/mailman/listinfo/libguestfs"
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index c0827c79..a45af00d 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -698,7 +698,7 @@ the Unix L<chmod(1)> program):
Commands that return numbers usually print them in decimal, but
some commands print numbers in other radices (eg. C<umask> prints
-the mode in octal, preceeded by C<0>).
+the mode in octal, preceded by C<0>).
=head1 WILDCARDS AND GLOBBING
@@ -730,7 +730,7 @@ will perform a Cartesian product.
=head1 COMMENTS
Any line which starts with a I<#> character is treated as a comment
-and ignored. The I<#> can optionally be preceeded by whitespace,
+and ignored. The I<#> can optionally be preceded by whitespace,
but B<not> by a command. For example:
# this is a comment
@@ -904,7 +904,7 @@ some arbitrary end marker:
END
Any string of characters can be used instead of C<END>. The end
-marker must appear on a line of its own, without any preceeding or
+marker must appear on a line of its own, without any preceding or
following characters (not even spaces).
Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to
diff --git a/ocaml/examples/guestfs-ocaml.pod b/ocaml/examples/guestfs-ocaml.pod
index 7d0c0412..139997b8 100644
--- a/ocaml/examples/guestfs-ocaml.pod
+++ b/ocaml/examples/guestfs-ocaml.pod
@@ -47,7 +47,7 @@ on the class C<Guestfs.guestfs>:
method set_verbose : bool -> unit
The object-oriented style is usually briefer, and the minor performance
-penalty isn't noticable in the general overhead of performing
+penalty isn't noticeable in the general overhead of performing
libguestfs functions.
=head2 CLOSING THE HANDLE