summaryrefslogtreecommitdiff
path: root/src/gui/panels/binary-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
commit370311f0a7176aa880dd0a15561c87a324fc111c (patch)
treec65174e576443b9832d70ec1f4a8939cf3864ff4 /src/gui/panels/binary-int.h
parent7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff)
Typos and cosmetics.
Diffstat (limited to 'src/gui/panels/binary-int.h')
-rw-r--r--src/gui/panels/binary-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/panels/binary-int.h b/src/gui/panels/binary-int.h
index 9b3f596..f68da9b 100644
--- a/src/gui/panels/binary-int.h
+++ b/src/gui/panels/binary-int.h
@@ -56,14 +56,14 @@ struct _GtkBinaryPanelClass
/* ---------------------- MANIPULATIONS D'UN PANNEAU GRAPHIQUE ---------------------- */
-/* Définition pour gestion part le framework d'un panneau graphique (instance) */
+/* Définition pour gestion par le framework d'un panneau graphique (instance) */
struct _GBinaryPanel
{
GPanelItem parent; /* A laisser en premier */
};
-/* Définition pour gestion part le framework d'un panneau graphique (classe) */
+/* Définition pour gestion par le framework d'un panneau graphique (classe) */
struct _GBinaryPanelClass
{
GPanelItemClass parent; /* A laisser en premier */