From c6cdf4126afb2d11e0d2621b55e5621b2cf5bab1 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sun, 27 Dec 2020 08:25:04 -0700 Subject: [PATCH] Fix typo GIT_SILENT --- src/dolphinnavigatorswidgetaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinnavigatorswidgetaction.h b/src/dolphinnavigatorswidgetaction.h index bbd8cf127f..f15ea144d6 100644 --- a/src/dolphinnavigatorswidgetaction.h +++ b/src/dolphinnavigatorswidgetaction.h @@ -124,7 +124,7 @@ private: /** * Creates a new empty trash button. * @param urlNavigator Only when this UrlNavigator shows the trash directory - * will the the button be visible. + * will the button be visible. * @param parent Aside from the usual QObject deletion mechanisms, * this parameter influences the positioning of dialog windows * pertaining to this trash button.