diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-01 20:29:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-01 20:29:07 (GMT) |
commit | 97418f264d6acdb838f7f1f09ed0bbdaba1f931c (patch) | |
tree | 90d0669db0a9dc883479f82bd0c7e9f973374991 /src/gtkext/hexview.c | |
parent | 4612e155484e020d5c2828e037e2fa1c77271a20 (diff) |
Typos.
Diffstat (limited to 'src/gtkext/hexview.c')
-rw-r--r-- | src/gtkext/hexview.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtkext/hexview.c b/src/gtkext/hexview.c index 6df1140..5a8dd04 100644 --- a/src/gtkext/hexview.c +++ b/src/gtkext/hexview.c @@ -438,9 +438,9 @@ void demo_snapshot (GtkWidget *widget, GtkSnapshot *snapshot, GtkWidget *parent) /****************************************************************************** * * -* Paramètres : widget = composant GTK à examiner. * -* width = largeur affectée au composant graphique. * -* height = hauteur affectée au composant graphique. * +* Paramètres : widget = composant GTK à examiner. * +* width = largeur affectée au composant graphique. * +* height = hauteur affectée au composant graphique. * * baseline = ligne de base affectée au composant graphique. * * * * Description : Prend acte de la taille allouée au composant d'affichage. * |