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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new 298b43e1 chore: fix typo (#536)
298b43e1 is described below

commit 298b43e12adea4420457db5c176a5cb0a0408606
Author: Weibin Zeng <[email protected]>
AuthorDate: Wed Jul 10 13:53:56 2024 +0800

    chore: fix typo (#536)
    
    Signed-off-by: acezen <[email protected]>
---
 cpp/examples/low_level_reader_example.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/examples/low_level_reader_example.cc 
b/cpp/examples/low_level_reader_example.cc
index 7f0768de..a8a9abaa 100644
--- a/cpp/examples/low_level_reader_example.cc
+++ b/cpp/examples/low_level_reader_example.cc
@@ -79,7 +79,7 @@ void adj_list_chunk_info_reader(
   ASSERT(maybe_chunk_path.status().ok());
   chunk_path = maybe_chunk_path.value();
   std::cout
-      << "path of fisrt adj_list chunk for outgoing edges of vertex id 100: "
+      << "path of first adj_list chunk for outgoing edges of vertex id 100: "
       << chunk_path << std::endl;
   // next chunk
   ASSERT(reader->next_chunk().ok());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to