summaryrefslogtreecommitdiff
path: root/src/gui/panel.c
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/panel.c
parent7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff)
Typos and cosmetics.
Diffstat (limited to 'src/gui/panel.c')
-rw-r--r--src/gui/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panel.c b/src/gui/panel.c
index 6621c4e..b361153 100644
--- a/src/gui/panel.c
+++ b/src/gui/panel.c
@@ -944,7 +944,7 @@ void g_panel_item_set_dock_at_startup(GPanelItem *item, bool status)
bool g_panel_item_is_docked(const GPanelItem *item)
{
- bool result; /* Status à retourner */
+ bool result; /* Statut à retourner */
result = item->docked;