From ccc9351d43c07ba4f9bf1002fe1d2775c62d3e74 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 8 Jul 2024 15:36:20 +1000 Subject: [PATCH] chore: fix spelling (#4866) --- bindings/c/tests/list.cpp | 2 +- .../blog/2023-03-16-opendal-entered-apache-incubator/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/c/tests/list.cpp b/bindings/c/tests/list.cpp index 41082397375..d4e31cf79e5 100644 --- a/bindings/c/tests/list.cpp +++ b/bindings/c/tests/list.cpp @@ -47,7 +47,7 @@ class OpendalListTest : public ::testing::Test { void TearDown() override { opendal_operator_free(this->p); } }; -// Basic usecase of list +// Basic use case of list TEST_F(OpendalListTest, ListDirTest) { std::string dname = "some_random_dir_name_152312"; diff --git a/website/blog/2023-03-16-opendal-entered-apache-incubator/index.md b/website/blog/2023-03-16-opendal-entered-apache-incubator/index.md index 01265515d1d..554f07bb144 100644 --- a/website/blog/2023-03-16-opendal-entered-apache-incubator/index.md +++ b/website/blog/2023-03-16-opendal-entered-apache-incubator/index.md @@ -65,7 +65,7 @@ Then, [RisingWave](https://github.com/risingwavelabs/risingwave) and [Vector](ht ### Sky's the Limit -OpenDAL has established a small community and formed a product matrix. In addition to the [Rust - opendal](https://crates.io/crates/opendal), it also provides [Python - opendal](https://pypi.org/project/opendal/) and [Nodejs - opendal](https://www.npmjs.com/package/opendal) bindings. +OpenDAL has established a small community and formed a product matrix. In addition to the [Rust - opendal](https://crates.io/crates/opendal), it also provides [Python - opendal](https://pypi.org/project/opendal/) and [Node.js - opendal](https://www.npmjs.com/package/opendal) bindings. OpenDAL has released 99 versions since its open source, with 700+ GitHub stars, 349K downloads, and 48 developers. The project has been actively updated. We sincerely thank every contributor for their efforts and dedication.