diff options
-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> |