summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerald Kunzmann <kunzmann@docomolab-euro.com>2016-12-28 15:23:06 +0000
committerGerald Kunzmann <kunzmann@docomolab-euro.com>2016-12-28 15:24:41 +0000
commit6cf57126e03fcec7e678d5d2891d72c4e4893f53 (patch)
tree5db64272602cb265a62f38aa118e78f06579cabc /scripts
parent9899d32e4d73fa9657150b4b5b2e70ee997fc486 (diff)
Fixing a typo
Change-Id: I6ee6f4133bab226a7a67b6e09a5c4cccd906ed6a Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/docs-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh
index 91bb91a20..9c3b49fde 100755
--- a/scripts/docs-build.sh
+++ b/scripts/docs-build.sh
@@ -26,7 +26,7 @@ project="$(basename $(git rev-parse --show-toplevel))"
html_notes=" Revision: $rev_full\n Build date: $(date -u +'%Y-%m-%d')"
opnfv_logo="$OPNFVDOCS_DIR/etc/opnfv-logo.png"
copyright="$(date +%Y), OPNFV."
-copyrightlong="$(date +%Y), OPNFV. Licenced under CC BY 4.0."
+copyrightlong="$(date +%Y), OPNFV. Licensed under CC BY 4.0."
error_count=0
function set_error() {