]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
* Fix gallicism: "n°" is for the french "numéro" "nr" should be used instead.
authorMathieu Bérard <mathieu.berard@crans.org>
Thu, 21 Sep 2006 15:13:46 +0000 (15:13 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Thu, 21 Sep 2006 15:13:46 +0000 (15:13 +0000)
init.c

diff --git a/init.c b/init.c
index 079ac4844fa7dffc9f9e2aaeec8f0587775bfb76..81c06cde05723b3033b9eb234d53d4d8f270c9bb 100644 (file)
--- 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 n%i.\n", i);
                        break;
                }
        }