From 94fc32b6e4d985df049a33bd2c31f6932a1e292c Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sun, 14 Apr 2019 22:59:18 +0200 Subject: Typo. --- plugins/dex/method.c | 2 +- src/analysis/routine.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/dex/method.c b/plugins/dex/method.c index 4d5c34c..d5f765a 100644 --- a/plugins/dex/method.c +++ b/plugins/dex/method.c @@ -50,7 +50,7 @@ struct _GDexMethod */ #ifndef NDEBUG - bool already_defined; /* Vérofication d'unicité */ + bool already_defined; /* Vérification d'unicité */ #endif encoded_method info; /* Propriétés de la méthode */ diff --git a/src/analysis/routine.c b/src/analysis/routine.c index 20b5162..222bfea 100644 --- a/src/analysis/routine.c +++ b/src/analysis/routine.c @@ -251,7 +251,6 @@ GBinRoutine *g_binary_routine_new(void) } - /****************************************************************************** * * * Paramètres : type = type mis en place par la future routine. * -- cgit v0.11.2-87-g4458