summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas B. Mundt <andi@debian.org>2019-11-04 18:40:58 +0100
committerDidier Raboud <odyx@debian.org>2020-02-17 08:27:41 +0100
commitba7b6b5840ee3eb5b2134544836e8bb99d3127f4 (patch)
tree189c5139724d59103b6aa09f2ae287fd2cc7adad
parent20930f7d459ddc6e3f3ce0852c733dce715538ad (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"},