summaryrefslogtreecommitdiff
path: root/src/qr-show.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qr-show.c')
-rw-r--r--src/qr-show.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qr-show.c b/src/qr-show.c
index 728b9ca..d73cd5a 100644
--- a/src/qr-show.c
+++ b/src/qr-show.c
@@ -101,7 +101,7 @@ static char *const *arg_next;
static struct GNUNET_TIME_Relative delay;
/**
- * Refenence to the delay task
+ * Reference to the delay task
*/
static struct GNUNET_SCHEDULER_Task *delay_task;
@@ -259,7 +259,7 @@ shutdown_task (void *cls)
&qrDisplay.orig_vinfo))
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "failed to reset originial display state\n");
+ "failed to reset original display state\n");
}
/* close device */
close (qrDisplay.devicefd);
@@ -277,7 +277,7 @@ shutdown_task (void *cls)
* @param cls closure
* @param args arguments left
* @param cfgfile config file name
- * @param cfg handle for the configuation file
+ * @param cfg handle for the configuration file
*/
static void
run (void *cls,