From: Mathieu Bérard Date: Thu, 21 Sep 2006 15:13:46 +0000 (+0000) Subject: * Fix gallicism: "n°" is for the french "numéro" "nr" should be used instead. X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=738746a2b132c044340385e49d874e9b02be9a90;p=omnibook.git * Fix gallicism: "n°" is for the french "numéro" "nr" should be used instead. --- diff --git a/init.c b/init.c index 079ac48..81c06cd 100644 --- a/init.c +++ b/init.c @@ -223,7 +223,7 @@ static struct omnibook_operation *omnibook_backend_match(struct omnibook_tbl *tb continue; } matched = &tbl[i].io_op; - dprintk("Returning table entry n°%i.\n", i); + dprintk("Returning table entry nr %i.\n", i); break; } }