diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-04-14 20:59:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-04-14 20:59:18 (GMT) |
commit | 94fc32b6e4d985df049a33bd2c31f6932a1e292c (patch) | |
tree | 832a1f513b21b1cf6561166602d5ea9adc996848 | |
parent | 799edfed201e47b5d16fa811ffc77231695000d7 (diff) |
Typo.
-rw-r--r-- | plugins/dex/method.c | 2 | ||||
-rw-r--r-- | src/analysis/routine.c | 1 |
2 files changed, 1 insertions, 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. * |