summaryrefslogtreecommitdiffstats
path: root/vapi/gpgme.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gpgme.vapi')
-rw-r--r--vapi/gpgme.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gpgme.vapi b/vapi/gpgme.vapi
index 7d1e30e..9b76777 100644
--- a/vapi/gpgme.vapi
+++ b/vapi/gpgme.vapi
@@ -1126,7 +1126,7 @@ namespace GPG {
/**
* Create a new data buffer filled with the content of the file.
* COPY must be non-zero. For delayed read, please use
- * create_from_fd or create_from stream instead.
+ * create_from_fd or create_from stream instead.
*/
[CCode (cname = "gpgme_data_new_from_file")]
public static GPGError.ErrorCode create_from_file(out Data d, string filename, int copy = 1);