Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4389 from xiaoxianBoy/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
chenyukang authored Mar 26, 2024
2 parents 7bce53f + c51fe3d commit bbf0da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/ci/check-cargotoml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function check_version() {
fi

if grep -n -H '{.*path\s*=\s*' $cargo_toml | grep -F -v 'version = "= '"$expected"'"'; then
printf "Error: Local depedencies in <%s> must specify version \"= %s\"\n" \
printf "Error: Local dependencies in <%s> must specify version \"= %s\"\n" \
"${cargo_toml}" "${expected}"
ERRCNT=$((ERRCNT + 1))
fi
Expand Down
2 changes: 1 addition & 1 deletion resource/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Resource {

/// Checks whether any of the bundled resource has been exported in the specified directory.
///
/// This can be used to avoid overwritting to export all the bundled resources to the specified
/// This can be used to avoid overwriting to export all the bundled resources to the specified
/// directory.
pub fn exported_in<P: AsRef<Path>>(root_dir: P) -> bool {
BUNDLED
Expand Down

0 comments on commit bbf0da0

Please sign in to comment.