summaryrefslogtreecommitdiffstats
path: root/ocaml/examples
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 /ocaml/examples
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)
Diffstat (limited to 'ocaml/examples')
-rw-r--r--ocaml/examples/guestfs-ocaml.pod2
1 files changed, 1 insertions, 1 deletions
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