Displaying 1 result from an estimated 1 matches for "b96664f".
Did you mean:
966644
2017 Jun 30
1
[PATCH] Fix typos in plugin manual
Replace 'iff' with 'if'.
Signed-off-by: Nir Soffer <nirsof@gmail.com>
---
docs/nbdkit-plugin.pod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod
index 4b364f3..b96664f 100644
--- a/docs/nbdkit-plugin.pod
+++ b/docs/nbdkit-plugin.pod
@@ -348,7 +348,7 @@ handle supports writes.
If there is an error, C<.can_write> should call C<nbdkit_error> with
an error message and return C<-1>.
-This callback is not required. If omitted, then we return true...