summaryrefslogtreecommitdiff
path: root/camlibs/stv0674
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-08-29 21:30:19 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-08-29 21:30:19 +0200
commit6edef636e5994470a4e95a6c42696deb971e1eaa (patch)
treee246716ba381e25c30ba6215ae9f2e5cd0cb9e90 /camlibs/stv0674
parentc1ab67b7288359066b4884d3058e712f6170da35 (diff)
downloadlibgphoto2-6edef636e5994470a4e95a6c42696deb971e1eaa.tar.gz
import typo fixes (in debug messages) from Debian
Diffstat (limited to 'camlibs/stv0674')
-rw-r--r--camlibs/stv0674/stv0674.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/stv0674/stv0674.c b/camlibs/stv0674/stv0674.c
index fef5a3efb..fe832c63d 100644
--- a/camlibs/stv0674/stv0674.c
+++ b/camlibs/stv0674/stv0674.c
@@ -104,7 +104,7 @@ static int file_list_func (CameraFilesystem *fs, const char *folder,
result = stv0674_file_count(camera->port, &count);
if (result < GP_OK)
{
- GP_DEBUG("file count returnd %d\n",result);
+ GP_DEBUG("file count returned %d\n",result);
return result;
}