summaryrefslogtreecommitdiff
path: root/tools/umax_pp.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:25:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:25:42 +0100
commit64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (patch)
tree4303648095deff998ae20c2393b56db527742ac9 /tools/umax_pp.c
parent5793a221e112fa49073de0137d6bfa750a61b0a1 (diff)
parentecaaf250cb33ff61f37a7b441f2337584a655350 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'tools/umax_pp.c')
-rw-r--r--tools/umax_pp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/umax_pp.c b/tools/umax_pp.c
index eabf900..4c2e2b6 100644
--- a/tools/umax_pp.c
+++ b/tools/umax_pp.c
@@ -374,10 +374,10 @@ main (int argc, char **argv)
if (sanei_umax_pp_initPort (port, name) != 1)
{
if (port)
- fprintf (stderr, "failed to gain direct acces to port 0x%X!\n",
+ fprintf (stderr, "failed to gain direct access to port 0x%X!\n",
port);
else
- fprintf (stderr, "failed to gain acces to device %s!\n", name);
+ fprintf (stderr, "failed to gain access to device %s!\n", name);
return 0;
}
}
@@ -499,7 +499,7 @@ main (int argc, char **argv)
if (x + width > maxw)
{
fprintf (stderr,
- "Right side of scan area exceed physical limits (x+witdh>%d)\n",
+ "Right side of scan area exceed physical limits (x+width>%d)\n",
maxw);
return 0;
}