diff options
| author | Nate Graham <[email protected]> | 2020-12-27 08:25:04 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-12-27 08:25:04 -0700 |
| commit | c6cdf4126afb2d11e0d2621b55e5621b2cf5bab1 (patch) | |
| tree | c08ecf27b30049d5eaf69fc133ca96fc85d051e2 | |
| parent | c26b71f1c5fab8b6ad44cad007e655ed5fbc92d3 (diff) | |
Fix typo
GIT_SILENT
| -rw-r--r-- | src/dolphinnavigatorswidgetaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnavigatorswidgetaction.h b/src/dolphinnavigatorswidgetaction.h index bbd8cf127..f15ea144d 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. |
