summaryrefslogtreecommitdiffstats
path: root/scripts/dl_github_archive.py
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-09-26 17:58:59 -0400
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-04 16:07:34 +0100
commit997ab5437386493aab1ffa9a9e99061a6a4cba4b (patch)
treefd2c60d4d5544a0db57fe71183d6e2fdf9a940c0 /scripts/dl_github_archive.py
parentfd7e8e4e7520ac7531c1008a83557c7a04860da5 (diff)
downloadopenwrt-997ab5437386493aab1ffa9a9e99061a6a4cba4b.tar.gz
openwrt-997ab5437386493aab1ffa9a9e99061a6a4cba4b.tar.bz2
openwrt-997ab5437386493aab1ffa9a9e99061a6a4cba4b.zip
scripts: fix various typos
This only affects typos in comments or user-facing output. Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> [only picks changes to scripts, drop "commandline" replacement, fix case for "arbitrary", improve commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit 08622de7d66eb90038de54f34ab2fe2308424fd0) Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'scripts/dl_github_archive.py')
-rwxr-xr-xscripts/dl_github_archive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dl_github_archive.py b/scripts/dl_github_archive.py
index 59fd7067be..b992227dc9 100755
--- a/scripts/dl_github_archive.py
+++ b/scripts/dl_github_archive.py
@@ -207,7 +207,7 @@ class GitHubCommitTsCache(object):
class DownloadGitHubTarball(object):
- """Download and repack archive tarabll from GitHub.
+ """Download and repack archive tarball from GitHub.
Compared with the method of packing after cloning the whole repo, this
method is more friendly to users with fragile internet connection.
@@ -220,7 +220,7 @@ class DownloadGitHubTarball(object):
- GitHub archives do not contain source codes for submodules.
- - GitHub archives seem to respect .gitattributes and ignore pathes with
+ - GitHub archives seem to respect .gitattributes and ignore paths with
export-ignore attributes.
For the first two issues, the method will fail loudly to allow fallback to