summaryrefslogtreecommitdiff
path: root/examples/sample-photobooth.c
diff options
context:
space:
mode:
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());