summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:49:22 +0200
committerSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:55:09 +0200
commitfd0be84db57825472483432390fc4b87d29b4fbe (patch)
tree24b6a09976a57c208369ab75246cf75356f8c5bb /examples
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'examples')
-rw-r--r--examples/sample-afl.c2
-rw-r--r--examples/sample-photobooth.c2
2 files changed, 2 insertions, 2 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");
diff --git a/examples/sample-photobooth.c b/examples/sample-photobooth.c
index 53271fc79..1a69bef8f 100644
--- a/examples/sample-photobooth.c
+++ b/examples/sample-photobooth.c
@@ -92,7 +92,7 @@ main(int argc, char **argv) {
GPContext *context = sample_create_context();
printf("Sample photobooth.\n");
- printf("Continously stores previews in 'preview.jpg'.\n");
+ printf("Continuously stores previews in 'preview.jpg'.\n");
printf("kill -USR1 %d to take a capture.\n", getpid());
printf("kill -USR2 %d to read the 'config.txt'.\n", getpid());
printf("kill -TERM %d to finish.\n", getpid());