You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2023/04/03 04:47:25 UTC

[pulsar-client-cpp] branch main updated: Fix typo in comment (#243)

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 3bb3a72  Fix typo in comment (#243)
3bb3a72 is described below

commit 3bb3a72e58378e0f86c60daede4eb760958a487c
Author: Hideaki Oguni <22...@users.noreply.github.com>
AuthorDate: Mon Apr 3 13:47:19 2023 +0900

    Fix typo in comment (#243)
---
 pkg/rpm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/rpm/Dockerfile b/pkg/rpm/Dockerfile
index 119ca9d..25e56ec 100644
--- a/pkg/rpm/Dockerfile
+++ b/pkg/rpm/Dockerfile
@@ -57,7 +57,7 @@ RUN CMAKE_VERSION=$(dep-version.py cmake) && \
     cp -r cmake-${CMAKE_VERSION}-linux-${PLATFORM}/share/cmake-* /usr/share/ && \
     rm -rf cmake-${CMAKE_VERSION}-linux-${PLATFORM} cmake-${CMAKE_VERSION}-linux-${PLATFORM}.tar.gz
 
-# Download and copile protoubf
+# Download and compile protobuf
 RUN PROTOBUF_VERSION=$(dep-version.py protobuf) && \
     curl -O -L  https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-cpp-${PROTOBUF_VERSION}.tar.gz && \
     tar xfz protobuf-cpp-${PROTOBUF_VERSION}.tar.gz && \