From a72602093697058e4ce9e82181d1b31353413ee4 Mon Sep 17 00:00:00 2001
From: Parryword <101982505+Parryword@users.noreply.github.com>
Date: Wed, 19 Jul 2023 18:18:13 +0000
Subject: [PATCH] Update ScrollView.java

typo fixed
---
 java/com/google/scrollview/ScrollView.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/com/google/scrollview/ScrollView.java b/java/com/google/scrollview/ScrollView.java
index e98af3dd58..21f42cd009 100644
--- a/java/com/google/scrollview/ScrollView.java
+++ b/java/com/google/scrollview/ScrollView.java
@@ -191,7 +191,7 @@ private static void parseArguments(String argList,
           }
         }
         // If str is not null here, then we have a string with a comma in it.
-        // Append , and the next argument at the next iteration, but check
+        // Append, and the next argument at the next iteration, but check
         // that str is null after the loop terminates in case it was an
         // unterminated string.
       } else if (floatPattern.matcher(argStr).matches()) {