From: Uwe Hermann Date: Tue, 25 Mar 2014 20:38:47 +0000 (+0100) Subject: demo: Fix typos. X-Git-Tag: libsigrok-0.3.0~99 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=9503583268cb322dc67b0e11d928739cbdcdb342;p=libsigrok.git demo: Fix typos. --- diff --git a/hardware/demo/demo.c b/hardware/demo/demo.c index 07ae253a..1718f81b 100644 --- a/hardware/demo/demo.c +++ b/hardware/demo/demo.c @@ -50,7 +50,7 @@ enum { /** * Spells "sigrok" across 8 channels using '0's (with '1's as * "background") when displayed using the 'bits' output format. - * The pattern is repeasted every 8 channels, shifted to the right + * The pattern is repeated every 8 channels, shifted to the right * in time by one bit. */ PATTERN_SIGROK, @@ -59,7 +59,7 @@ enum { PATTERN_RANDOM, /** - * Incrementing number across 8 channels. The pattern is repeasted + * Incrementing number across 8 channels. The pattern is repeated * every 8 channels, shifted to the right in time by one bit. */ PATTERN_INC,