diff options
author | Scott Balneaves <[email protected]> | 2017-03-22 12:15:04 -0500 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2017-03-22 12:15:04 -0500 |
commit | d429a1f0f075c4f88d9e3536ef8ae8791c7737f9 (patch) | |
tree | 2c6eaebba1dba959268d8438a7f3b5c7094a8df7 | |
parent | a80e36a42f8c2463b70ffc0d9b328fbeb1e865a3 (diff) | |
download | eom-d429a1f0f075c4f88d9e3536ef8ae8791c7737f9.tar.bz2 eom-d429a1f0f075c4f88d9e3536ef8ae8791c7737f9.tar.xz |
fix comment
-rw-r--r-- | src/eom-uri-converter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-uri-converter.c b/src/eom-uri-converter.c index e4e350d..db5e221 100644 --- a/src/eom-uri-converter.c +++ b/src/eom-uri-converter.c @@ -944,7 +944,7 @@ eom_uri_converter_requires_exif (EomURIConverter *converter) } /** - * eog_uri_converter_check: + * eom_uri_converter_check: * @converter: a #EogURIConverter * @img_list: (element-type GFile): a #Gfile list * @error: a #GError location to store the error occurring, or NULL to ignore |