summaryrefslogtreecommitdiff
path: root/camlibs/kodak/dc210/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/kodak/dc210/library.c')
-rw-r--r--camlibs/kodak/dc210/library.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/kodak/dc210/library.c b/camlibs/kodak/dc210/library.c
index 99ca43694..e7b8c4eb8 100644
--- a/camlibs/kodak/dc210/library.c
+++ b/camlibs/kodak/dc210/library.c
@@ -155,7 +155,7 @@ static void cfa2ppm
static void dc210_cmd_init
(char * cmd, unsigned char command_byte)
{
- /* utility procedure to initalize a command string */
+ /* utility procedure to initialize a command string */
memset (cmd, 0, 8);
@@ -1183,7 +1183,7 @@ int dc210_get_status (Camera *camera, dc210_status *status) {
char data[DC210_STATUS_SIZE];
char cmd[8];
- /* you have to check the battery status explicitely
+ /* you have to check the battery status explicitly
before reading the status table*/
dc210_check_battery(camera);