aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmr1_rx.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-16 13:02:42 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-16 13:02:42 +0200
commitb6fc11d17c4624d875b9c5b87799910f66a9c7a5 (patch)
tree94d4589743cffedbe81e132386a109eaefbd2be2 /src/gmr1_rx.c
parent1f410536e10b87b848c90b6e77a18c1fb3d11220 (diff)
apps/gmr1_rx: Fix type in error stringv0.2
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/gmr1_rx.c')
-rw-r--r--src/gmr1_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmr1_rx.c b/src/gmr1_rx.c
index ae5337a..404215e 100644
--- a/src/gmr1_rx.c
+++ b/src/gmr1_rx.c
@@ -363,7 +363,7 @@ int main(int argc, char *argv[])
cd->sps = atoi(argv[1]);
if (cd->sps < 1 || cd->sps > 16) {
- fprintf(stderr, "[!] sps must be withing [1,16]\n");
+ fprintf(stderr, "[!] sps must be within [1,16]\n");
return -EINVAL;
}