summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-24 15:57:29 +0100
committerAmy Liffey <amynka@gentoo.org>2017-02-26 10:54:26 +0100
commit533aa313e3088dc7049f830da481898c5b3c0ece (patch)
treee10897f5c61fbc452f3f37ef9258b01d563c56eb
parentend-quiz, q2: s/SSL/TLS using OpenSSL library/, clarify 'build time' (diff)
downloadcomrel-533aa313e3088dc7049f830da481898c5b3c0ece.tar.gz
comrel-533aa313e3088dc7049f830da481898c5b3c0ece.tar.bz2
comrel-533aa313e3088dc7049f830da481898c5b3c0ece.zip
end quiz: s/local scope/phase scope/
Avoid using the term 'local scope' as it is unclear and may suggest bash function scope (with the function being called in global scope anyway). The PMS uses talks only of 'global scope'. Use 'phase scope' as a more precise antonym.
-rw-r--r--recruiters/quizzes/end-quiz.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/recruiters/quizzes/end-quiz.txt b/recruiters/quizzes/end-quiz.txt
index 29495bc..14b5df5 100644
--- a/recruiters/quizzes/end-quiz.txt
+++ b/recruiters/quizzes/end-quiz.txt
@@ -30,7 +30,7 @@ docs: devmanual
docs: devmanual
-3. What's the difference between local and global scope in an ebuild?
+3. What's the difference between global and phase scope in an ebuild?
docs: PMS