Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
  • Loading branch information
xyjixyjixyji committed May 10, 2023
1 parent 44d22e3 commit 2f1be67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/c/include/opendal.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ typedef const struct Metadata *opendal_metadata;
/*
The result type for [`opendal_operator_stat()`], the meta contains the metadata
of the path, the code represents whether the stat operation is successful. Note
that the operation could be successfull even if the path does not exist.
that the operation could be successful even if the path does not exist.
*/
typedef struct opendal_result_stat {
opendal_metadata meta;
Expand Down
2 changes: 1 addition & 1 deletion bindings/c/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub struct opendal_result_is_exist {

/// The result type for [`opendal_operator_stat()`], the meta contains the metadata
/// of the path, the code represents whether the stat operation is successful. Note
/// that the operation could be successfull even if the path does not exist.
/// that the operation could be successful even if the path does not exist.
#[repr(C)]
pub struct opendal_result_stat {
pub meta: opendal_metadata,
Expand Down

0 comments on commit 2f1be67

Please sign in to comment.