summaryrefslogtreecommitdiff
path: root/test/manual
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-02 18:02:51 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-03 12:53:51 +0200
commitd6a2754348f57883036c0f35f0a880b7817e6bc1 (patch)
treeb3d3a8a10ebf0e56acff206d0e188f3b61651d7e /test/manual
parentceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff)
downloademacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz
; Fix more typos
Diffstat (limited to 'test/manual')
-rw-r--r--test/manual/cedet/tests/testnsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/cedet/tests/testnsp.cpp b/test/manual/cedet/tests/testnsp.cpp
index fce707bf20b..b72a44c8ca8 100644
--- a/test/manual/cedet/tests/testnsp.cpp
+++ b/test/manual/cedet/tests/testnsp.cpp
@@ -93,7 +93,7 @@ void foo(void) {
; // #4# ( "Mumble" "get" )
}
-// What happens if a type your looking for is scoped withing a type,
+// What happens if a type your looking for is scoped within a type,
// but you are one level into the completion so the originating scope
// excludes the type of the variable you are completing through?
// Thanks Martin Stein for this nice example.