From 49a56113efbef4c2ad326564a6bafcc442185d8e Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 7 Jul 2015 15:31:37 -0700 Subject: [PATCH] Fix typo: on => one --- docs/user/interface/ScrollView.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/ScrollView.dox b/docs/user/interface/ScrollView.dox index 0920960ac5..a82e0d746a 100644 --- a/docs/user/interface/ScrollView.dox +++ b/docs/user/interface/ScrollView.dox @@ -336,7 +336,7 @@ \fn void BScrollView::SetBorder(border_style border) \brief Set the border style of the scroll view. - \param border The border style constant to use, on of the following: + \param border The border style constant to use, one of the following: - \c B_PLAIN_BORDER - \c B_FANCY_BORDER - \c B_NO_BORDER