diff options
-rw-r--r-- | camlibs/canon/canon.c | 4 | ||||
-rw-r--r-- | camlibs/kodak/dc210/library.c | 2 | ||||
-rw-r--r-- | camlibs/stv0674/stv0674.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/camlibs/canon/canon.c b/camlibs/canon/canon.c index 1b482d39d..66e5f6080 100644 --- a/camlibs/canon/canon.c +++ b/camlibs/canon/canon.c @@ -405,7 +405,7 @@ replace_filename_extension(const char *filename, const char __unused__ *newext) return buf; } else { GP_DEBUG ("replace_filename_extension: " - "New name for filename '%s' doesnt fit in %s line %i.", + "New name for filename '%s' doesn't fit in %s line %i.", filename, __FILE__, __LINE__); return NULL; } @@ -457,7 +457,7 @@ filename_to_audio(const char *filename, const char __unused__ *newext) return buf; } else { GP_DEBUG ("filename_to_audio: " - "New name for filename '%s' doesnt fit in %s line %i.", + "New name for filename '%s' doesn't fit in %s line %i.", filename, __FILE__, __LINE__); return NULL; } diff --git a/camlibs/kodak/dc210/library.c b/camlibs/kodak/dc210/library.c index 9c1929ec4..99ca43694 100644 --- a/camlibs/kodak/dc210/library.c +++ b/camlibs/kodak/dc210/library.c @@ -651,7 +651,7 @@ static int dc210_format_card (Camera * camera, char * album_name, GPContext * co for (i = 0; i < 16; i++) checksum ^= answer[i]; if (checksum_read != checksum) return GP_ERROR; - DC210_DEBUG("Flash card formated.\n"); + DC210_DEBUG("Flash card formatted.\n"); if (dc210_write_single_char(camera, DC210_CORRECT_PACKET) == GP_ERROR) return GP_ERROR; if (dc210_wait_for_response(camera, 0, NULL) != DC210_COMMAND_COMPLETE) return GP_ERROR; 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; } |