From 01ed015a95ea81efc25e738b2094861d9c8fd182 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Apr 2012 11:18:19 +0200 Subject: 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) --- configure.ac | 2 +- fish/guestfish.pod | 6 +++--- ocaml/examples/guestfs-ocaml.pod | 2 +- 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 program): Commands that return numbers usually print them in decimal, but some commands print numbers in other radices (eg. C 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 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. 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<-EE> 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: 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 -- cgit