Skip to content

Commit 460f5cf

Browse files
authored
Fix typo in comment from singple to single. (GoogleCloudPlatform#6708)
1 parent b84d088 commit 460f5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine-java8/pubsub/src/main/java/com/example/appengine/pubsub/PubSubAuthenticatedPush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void doPost(HttpServletRequest req, HttpServletResponse resp)
7474
// Note: For high volume push requests, it would save some network overhead
7575
// if you verify the tokens offline by decoding them using Google's Public
7676
// Cert; caching already seen tokens works best when a large volume of
77-
// messsages have prompted a singple push server to handle them, in which
77+
// messsages have prompted a single push server to handle them, in which
7878
// case they would all share the same token for a limited time window.
7979
GoogleIdToken idToken = verifier.verify(authorization);
8080

0 commit comments

Comments
 (0)