From bb6534f7098043619991b312c2196e4c9007fa54 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 22 Mar 2023 04:33:07 +0100 Subject: src/arctica-greeter.vala: fix "this this" typo in comment. --- src/arctica-greeter.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arctica-greeter.vala') diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index c765151..3ba2ff4 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -113,8 +113,8 @@ public class ArcticaGreeter : Object * * Making the parameter optional is a good compromise. * - * This this parameter is construct-only, initializing it by passing it to - * the GObject constructor is both the correct way to do it, and it will + * This parameter is construct-only, initializing it by passing it to the + * GObject constructor is both the correct way to do it, and it will * additionally avoid changing it in later calls of our constructor. */ public ArcticaGreeter (bool test_mode_ = false, -- cgit v1.2.3