From 831fe57cb42b1fbf02ba0ee7654de59923dcd381 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 5 May 2013 10:44:35 +0200 Subject: remove incorrect space --- vapi/gpgme.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vapi') 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); -- cgit v1.2.3