summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
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. */