From 738746a2b132c044340385e49d874e9b02be9a90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Thu, 21 Sep 2006 15:13:46 +0000 Subject: [PATCH] =?utf8?q?*=20Fix=20gallicism:=20"n=C2=B0"=20is=20for=20th?= =?utf8?q?e=20french=20"num=C3=A9ro"=20"nr"=20should=20be=20used=20instead?= =?utf8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.43.5