summaryrefslogtreecommitdiff
path: root/camlibs/kodak/dc3200/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/kodak/dc3200/library.c')
-rw-r--r--camlibs/kodak/dc3200/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/kodak/dc3200/library.c b/camlibs/kodak/dc3200/library.c
index d6f98c23f..848571069 100644
--- a/camlibs/kodak/dc3200/library.c
+++ b/camlibs/kodak/dc3200/library.c
@@ -545,7 +545,7 @@ int dc3200_send_command(Camera *camera, unsigned char *cmd, int cmd_len, unsigne
while(sends > 0) {
reads = READ_RETRIES;
- /* check that we are acutally sending a command
+ /* check that we are actually sending a command
* and not just waiting for data
*/
if(cmd != NULL && cmd_len > 0) {