From 591864e7d55f249ffe15e8ca3f410ca900fea9c5 Mon Sep 17 00:00:00 2001 From: Louis Lagendijk Date: Tue, 20 Oct 2009 18:22:45 +0200 Subject: [PATCH] Corrected typos in last comment in last commit */ --- backend/pixma_io_sanei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pixma_io_sanei.c b/backend/pixma_io_sanei.c index 82a7d080d..f17a76cbb 100644 --- a/backend/pixma_io_sanei.c +++ b/backend/pixma_io_sanei.c @@ -122,7 +122,7 @@ static const struct pixma_config_t *lookup_scanner(const char *makemodel, { /* possible match found, make sure it is not a partial match */ /* MP600 and MP600R are different models! */ - /* some models contain ranges, so check for a '-' too as valid and of if */ + /* some models contain ranges, so check for a '-' too */ if ((match[strlen(cfg->model)] == ' ') || (match[strlen(cfg->model)] == '\0') ||