diff --git a/DistroLauncher/Helpers.cpp b/DistroLauncher/Helpers.cpp index b79c46ba827a698e4df5863bf185353408bcfe46..11ab6f0ccb1fde2f905662895a7122d849020528 100644 --- a/DistroLauncher/Helpers.cpp +++ b/DistroLauncher/Helpers.cpp @@ -20,7 +20,7 @@ std::wstring Helpers::GetUserInput(DWORD promptMsg, DWORD maxCharacters) input = inputBuffer.get(); } - // Throw away any additional chracters that did not fit in the buffer. + // Throw away any additional characters that did not fit in the buffer. wchar_t wch; do { wch = getwchar(); diff --git a/generate_rootfs.sh b/generate_rootfs.sh index 4048d150bdac43348c54b727cccd331e13d80a57..d9ebcdf74f2e999f5bb3987746a1e586eab7b89b 100755 --- a/generate_rootfs.sh +++ b/generate_rootfs.sh @@ -5,5 +5,5 @@ if [ -z $ARGS ]; then ARGS="latest" fi -echo exporting... this may take 2 minuts, please wait... +echo exporting... this may take 2 minutes, please wait... docker run --rm openeuler-wsl:$ARGS >./install.tar.gz diff --git a/submit.py b/submit.py index bc584d181d83ecfc6caedea45317fc1497514cd7..51f0b0de8c01aa0a0c946c3d826a30ef015d99dc 100644 --- a/submit.py +++ b/submit.py @@ -243,7 +243,7 @@ def init_parser(): description="automate create a UWP app submission", ) - new_parser.add_argument("-c", "--client_id", help="azure AD applicaion client id") + new_parser.add_argument("-c", "--client_id", help="azure AD application client id") new_parser.add_argument("-t", "--tenant_id", help="azure AD user id") new_parser.add_argument( "-k", "--client_secret", help="azure AD application key secret"