summaryrefslogtreecommitdiff
path: root/examples/sample-afl.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sample-afl.c')
-rw-r--r--examples/sample-afl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample-afl.c b/examples/sample-afl.c
index 715f0f208..0b0747693 100644
--- a/examples/sample-afl.c
+++ b/examples/sample-afl.c
@@ -256,7 +256,7 @@ int main(int argc, char **argv) {
gp_file_free (file);
#if 0
- /* this gives endless event check loops occasionaly ... need review how to do this best */
+ /* this gives endless event check loops occasionally ... need review how to do this best */
ret = gp_camera_capture (camera, GP_CAPTURE_IMAGE, &path, context);
if ((ret != GP_OK) && (ret != GP_ERROR_NOT_SUPPORTED)) {
printf ("Could not capture preview.\n");