diff --git a/Terminal.Gui/Views/ScrollView.cs b/Terminal.Gui/Views/ScrollView.cs
index 20c7a9c75..0e4874476 100644
--- a/Terminal.Gui/Views/ScrollView.cs
+++ b/Terminal.Gui/Views/ScrollView.cs
@@ -447,7 +447,7 @@ namespace Terminal.Gui {
///
/// Gets or sets the visibility for the horizontal scroll indicator.
///
- /// true if show vertical scroll indicator; otherwise, false.
+ /// true if show horizontal scroll indicator; otherwise, false.
public bool ShowHorizontalScrollIndicator {
get => showHorizontalScrollIndicator;
set {