aboutsummaryrefslogtreecommitdiffhomepage
path: root/update_version.sh
diff options
context:
space:
mode:
authorAYMEN Mohammed <53928879+AYMENJD@users.noreply.github.com>2023-03-26 22:38:14 +0300
committerGitHub <noreply@github.com>2023-03-26 22:38:14 +0300
commit17e120d7eced6ebcd23041124236c03ffd1db0d6 (patch)
tree50b4ea553fbaa242a90ec216e9f8bc6ca4771cd2 /update_version.sh
parent9692ecf25b29e096fa872af8cc7ce6c0a3cb2dab (diff)
Fix typos. (#2365)
* Fix typos. * Fix another typo. (by t.me/Mammad900)
Diffstat (limited to 'update_version.sh')
-rwxr-xr-xupdate_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_version.sh b/update_version.sh
index e1d3a2a4d..852fb2882 100755
--- a/update_version.sh
+++ b/update_version.sh
@@ -3,7 +3,7 @@ cd $(dirname $0)
COMMIT_FILES="example/cpp/CMakeLists.txt example/uwp/extension.vsixmanifest example/uwp/Telegram.Td.UWP.nuspec README.md td/telegram/OptionManager.cpp"
-# check arguemnt '-i' to drop all fixed files list.
+# check argument '-i' to drop all fixed files list.
for arg in "$@"; do if [[ "$arg" == "-i" ]]; then COMMIT_FILES=""; break; fi; done
# 'git diff' to ensure that 'CMakeLists.txt' is modified.