diff options
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 |