summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
commitab45be33f699d458fe8cabf85b4c6c4f41f24fdd (patch)
treec183a1dc2e96507a213112eea2a9538bd3b600e1 /src/panels
parentcfa7c9543b4265ae65bc7097350fcf8587117fe3 (diff)
Typo.
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/breaks.c2
-rw-r--r--src/panels/breaks.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/breaks.c b/src/panels/breaks.c
index 7c3b910..2b2e464 100644
--- a/src/panels/breaks.c
+++ b/src/panels/breaks.c
@@ -101,7 +101,7 @@ static bool find_breakpoint_in_breaks_panel(GBreaksPanel *, GBreakPoint *, GtkTr
-/* Indique le type définit pour un panneau d'affichage des points d'arrêt. */
+/* Indique le type défini pour un panneau d'affichage des points d'arrêt. */
G_DEFINE_TYPE(GBreaksPanel, g_breaks_panel, G_TYPE_EDITOR_PANEL);
diff --git a/src/panels/breaks.h b/src/panels/breaks.h
index a0df8c8..8b24065 100644
--- a/src/panels/breaks.h
+++ b/src/panels/breaks.h
@@ -48,7 +48,7 @@ typedef struct _GBreaksPanel GBreaksPanel;
typedef struct _GBreaksPanelClass GBreaksPanelClass;
-/* Indique le type définit pour un panneau d'affichage des points d'arrêt. */
+/* Indique le type défini pour un panneau d'affichage des points d'arrêt. */
GType g_breaks_panel_get_type(void);
/* Crée un panneau d'affichage des points d'arrêt. */