summaryrefslogtreecommitdiff
path: root/backend/abaton.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/abaton.c')
-rw-r--r--backend/abaton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/abaton.c b/backend/abaton.c
index 10f5c21..6187166 100644
--- a/backend/abaton.c
+++ b/backend/abaton.c
@@ -1455,7 +1455,7 @@ sane_cancel (SANE_Handle handle)
if (s->AbortedByUser)
{
DBG (FLOW_CONTROL, "sane_cancel: Scan has not been initiated yet."
- "we probably recieved a signal while writing data.\n");
+ "we probably received a signal while writing data.\n");
s->AbortedByUser = SANE_FALSE;
}
else