From: Gerald Kunzmann Date: Wed, 28 Dec 2016 15:23:06 +0000 (+0000) Subject: Fixing a typo X-Git-Tag: danube.1.RC1~260 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6cf57126e03fcec7e678d5d2891d72c4e4893f53;p=opnfvdocs.git Fixing a typo Change-Id: I6ee6f4133bab226a7a67b6e09a5c4cccd906ed6a Signed-off-by: Gerald Kunzmann --- 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() {