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-18 20:04:38 +0100
commite97b6a1bb15e8cad319dceff53c58f8267e8152f (patch)
tree0e4da2444e6139946092690b0eb13f5d71250732
parentc253c69d0955242e5f23dc194ddbaf34764f79f7 (diff)
downloadlibguestfs-e97b6a1bb15e8cad319dceff53c58f8267e8152f.tar.gz
libguestfs-e97b6a1bb15e8cad319dceff53c58f8267e8152f.tar.xz
libguestfs-e97b6a1bb15e8cad319dceff53c58f8267e8152f.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.
-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 ea2533a9..257c2eb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1268,7 +1268,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