summaryrefslogtreecommitdiff
path: root/camlibs/sq905/sq905.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sq905/sq905.c')
-rw-r--r--camlibs/sq905/sq905.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/sq905/sq905.c b/camlibs/sq905/sq905.c
index 16ece4a6f..9d1aac7d1 100644
--- a/camlibs/sq905/sq905.c
+++ b/camlibs/sq905/sq905.c
@@ -88,7 +88,7 @@ sq_init (GPPort *port, CameraPrivateLibrary *priv)
sq_read_data(port, catalog, 0x4000); /* We need 16 bytes for each photo. */
sq_reset (port);
- /* The first occurence of a zero denotes end of files entries (here clips count as 1 entry) */
+ /* The first occurrence of a zero denotes end of files entries (here clips count as 1 entry) */
for (i=0; i<0x4000 && catalog[i]; i+=16) ;
priv->nb_entries = i>>4;
if (i) {