Fix comments
authorAndy Seaborne <andy.seaborne@apache.org>
Wed, 20 Nov 2013 20:51:44 +0000
changeset 1379 6489eabac398
parent 1378 e3f84a6b7695
child 1380 0f7b5ded07c5
Fix comments
trig/tests/trig-syntax-bad-n3-extras-01.trig
trig/tests/trig-syntax-bad-struct-02.trig
trig/tests/trig-syntax-bad-struct-03.trig
trig/tests/trig-syntax-bad-struct-06.trig
trig/tests/trig-syntax-bad-struct-09.trig
trig/tests/trig-syntax-bad-struct-10.trig
--- a/trig/tests/trig-syntax-bad-n3-extras-01.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-n3-extras-01.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,4 +1,4 @@
-# {} fomulae not in Turtle
+# {} formulae not in Turtle
 @prefix : <http://example/> .
 
 { :a :q :c . } :p :z .
--- a/trig/tests/trig-syntax-bad-struct-02.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-02.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Turtle is not N3
+# TriG is not N3
 <http://example/s> = <http://example/o> .
--- a/trig/tests/trig-syntax-bad-struct-03.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-03.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Turtle is not NQuads
+# TriG is not NQuads
 <http://example/s> <http://example/p> <http://example/o> <http://example/graph> .
--- a/trig/tests/trig-syntax-bad-struct-06.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-06.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Trig does not allow bnodes-as-predicates
+# TriG does not allow bnodes-as-predicates
 {<http://example/s> [] <http://example/o> .}
--- a/trig/tests/trig-syntax-bad-struct-09.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-09.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Too many DOT
+# Too many DOTs
 {<http://example/s> <http://example/p> <http://example/o> . .}
--- a/trig/tests/trig-syntax-bad-struct-10.trig	Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-10.trig	Wed Nov 20 20:51:44 2013 +0000
@@ -1,4 +1,4 @@
-# Too many DOT
+# Too many DOTs
 {
 <http://example/s> <http://example/p> <http://example/o> . .
 <http://example/s1> <http://example/p1> <http://example/o1> .