summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-21 21:51:59 (GMT)
committerGitHub <noreply@github.com>2017-03-21 21:51:59 (GMT)
commita00978aca9dbee8bbee42a6eb433f5015626fb2b (patch)
treea60f812c07aa3f59eafd2c9fd34e212f3af3dde0 /scripts/functions
parent80daed99de7fb7f3b7a42f8bfd169fa9a44b63f0 (diff)
parentde4433298a5e25512aee559c1cb8f1d369aea611 (diff)
Merge pull request #654 from stilor/release-mgmt
Release mgmt
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index ab141d5..0ba96b4 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -422,7 +422,7 @@ CT_SanitizeVarDir() {
}
if (!seencomp && !isabs && !trail) {
# Eliminated all components, but no trailing slash -
- # if the result is appened with /foo, must not become absolute
+ # if the result is appended with /foo, must not become absolute
printf ".";
}
if ((!seencomp && isabs) || (seencomp && trail)) {