Skip to content

Commit 045e729

Browse files
author
Jim Rogers
committed
Fix typo
1 parent 37e595b commit 045e729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/google/api/services/samples/youtube/cmdline/live/ListLiveChatMessages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private static String buildOutput(
259259
if (appendComma) {
260260
output.append(", ");
261261
}
262-
output.append("SPONSER");
262+
output.append("SPONSOR");
263263
}
264264
output.append(")");
265265
}

0 commit comments

Comments
 (0)