summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas B. Mundt <andi@debian.org>2019-11-04 18:40:58 +0100
committerDidier Raboud <odyx@debian.org>2019-11-04 18:40:58 +0100
commit65dc97ab8d27ec05455a36761cf0a71fda8ed509 (patch)
treec50fb4ce43fbd54df746e8f84504d872c3ff6d4a
parentc80726db143d07a5a5f358624bf9f7ca2e69ba8e (diff)
Fix 'selpyh' for 'selphy' typo for Canon CP300
Closes: #943964
-rw-r--r--src/cups/backend_canonselphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups/backend_canonselphy.c b/src/cups/backend_canonselphy.c
index 978df0d..3ef0c31 100644
--- a/src/cups/backend_canonselphy.c
+++ b/src/cups/backend_canonselphy.c
@@ -1165,7 +1165,7 @@ struct dyesub_backend canonselphy_backend = {
{ USB_VID_CANON, USB_PID_CANON_CP100, P_CP_XXX, NULL, "canon-cp100"},
{ USB_VID_CANON, USB_PID_CANON_CP200, P_CP_XXX, NULL, "canon-cp200"},
{ USB_VID_CANON, USB_PID_CANON_CP220, P_CP_XXX, NULL, "canon-cp220"},
- { USB_VID_CANON, USB_PID_CANON_CP300, P_CP_XXX, NULL, "selpyhcp300"},
+ { USB_VID_CANON, USB_PID_CANON_CP300, P_CP_XXX, NULL, "selphycp300"},
{ USB_VID_CANON, USB_PID_CANON_CP330, P_CP_XXX, NULL, "canon-cp330"},
{ USB_VID_CANON, USB_PID_CANON_CP400, P_CP_XXX, NULL, "canon-cp400"},
{ USB_VID_CANON, USB_PID_CANON_CP500, P_CP_XXX, NULL, "canon-cp500"},