diff options
author | Jim Meyering <jim@meyering.net> | 2012-04-18 11:18:19 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-18 20:04:38 +0100 |
commit | e97b6a1bb15e8cad319dceff53c58f8267e8152f (patch) | |
tree | 0e4da2444e6139946092690b0eb13f5d71250732 /ocaml/examples/guestfs-ocaml.pod | |
parent | c253c69d0955242e5f23dc194ddbaf34764f79f7 (diff) | |
download | libguestfs-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.
Diffstat (limited to 'ocaml/examples/guestfs-ocaml.pod')
-rw-r--r-- | ocaml/examples/guestfs-ocaml.pod | 2 |
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 |