diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-12 19:32:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-12 19:32:38 +0100 |
commit | a3af2a1922b0aeaa12370ccc502a8f9088c1ce53 (patch) | |
tree | 2c0d5c84bd34b8b0bf9292de18fefa5ae8e9438a /bin | |
parent | 2faeeb2ded41e56691abb0313f2447358e49355a (diff) | |
download | jenkins.debian.net-a3af2a1922b0aeaa12370ccc502a8f9088c1ce53.tar.xz |
fix typo: s#Repoducible#Reproducible#g
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index d17255a0..1ad7bd64 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -139,7 +139,7 @@ cat > $PAGE <<- EOF <html lang="en-US"> <head> <meta charset="UTF-8"> - <title>Repoducible Arch Linux ?!</title> + <title>Reproducible Arch Linux ?!</title> <link rel='stylesheet' href='global.css' type='text/css' media='all' /> </head> <body> diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 79d0ed79..60596dbf 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -116,7 +116,7 @@ cat > $PAGE <<- EOF <html lang="en-US"> <head> <meta charset="UTF-8"> - <title>Repoducible $RELEASE ($ARCH) ?!</title> + <title>Reproducible $RELEASE ($ARCH) ?!</title> <link rel='stylesheet' href='global.css' type='text/css' media='all' /> </head> <body> diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 86a484e6..20eff869 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -341,7 +341,7 @@ cat > $PAGE <<- EOF <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> - <title>Repoducible OpenWrt ?</title> + <title>Reproducible OpenWrt ?</title> <link rel='stylesheet' id='kamikaze-style-css' href='cascade.css?ver=4.0' type='text/css' media='all'> </head> <body> |