summaryrefslogtreecommitdiff
path: root/examples/sample-photobooth.c
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/sample-photobooth.c
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'examples/sample-photobooth.c')
-rw-r--r--examples/sample-photobooth.c2
1 files changed, 1 insertions, 1 deletions
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());