浏览代码

Fix a typo.

Soheil Hassas Yeganeh 6 年之前
父节点
当前提交
889224227c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/lib/gprpp/host_port.h

+ 1 - 1
src/core/lib/gprpp/host_port.h

@@ -41,7 +41,7 @@ int JoinHostPort(UniquePtr<char>* out, const char* host, int port);
    and port number.
    and port number.
 
 
    There are two variants of this method:
    There are two variants of this method:
-   1) StringView ouptut: port and host are returned as views on name.
+   1) StringView output: port and host are returned as views on name.
    2) char* output: port and host are copied into newly allocated strings.
    2) char* output: port and host are copied into newly allocated strings.
 
 
    Prefer variant (1) over (2), because no allocation or copy is performed in
    Prefer variant (1) over (2), because no allocation or copy is performed in