You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2020/11/05 06:05:02 UTC

[httpcomponents-core] branch master updated: Fix typo in comment.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new ea33821  Fix typo in comment.
ea33821 is described below

commit ea3382131bb5558a4d12191f4d9c7ccf9e175783
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 5 01:04:56 2020 -0500

    Fix typo in comment.
---
 .../main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java b/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
index e038f00..cfbe3e4 100644
--- a/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
+++ b/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
@@ -28,7 +28,7 @@
 package org.apache.hc.core5.http2.frame;
 
 /**
- * HTTP/2 steam ID generator.
+ * HTTP/2 stream ID generator.
  *
  * @since 5.0
  */