mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
all: fix spelling errors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
AFAICT
|
||||
alloc
|
||||
arity
|
||||
autogenerate
|
||||
autogenerated
|
||||
|
||||
@@ -27,7 +27,7 @@ sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" src/uucore_procs/Cargo.toml
|
||||
sed -i -e "s|libstdbuf = { version=\"$FROM\"|libstdbuf = { version=\"$TO\"|" src/uu/stdbuf/Cargo.toml
|
||||
sed -i -e "s|= { optional=true, version=\"$FROM\", package=\"uu_|= { optional=true, version=\"$TO\", package=\"uu_|g" Cargo.toml
|
||||
|
||||
# Update the base32 depencency for basenc and base64
|
||||
# Update the base32 dependency for basenc and base64
|
||||
sed -i -e "s|uu_base32 = { version=\">=$FROM\"|uu_base32 { version=\">=$TO\"|" src/uu/base64/Cargo.toml src/uu/basenc/Cargo.toml
|
||||
|
||||
# Update the ls dependency for dir and vdir
|
||||
|
||||
Reference in New Issue
Block a user