summaryrefslogtreecommitdiff
path: root/test/racc
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc')
-rw-r--r--test/racc/assets/nasl.y2
-rw-r--r--test/racc/regress/nasl2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/racc/assets/nasl.y b/test/racc/assets/nasl.y
index e68dd699f8..c7b8e46551 100644
--- a/test/racc/assets/nasl.y
+++ b/test/racc/assets/nasl.y
@@ -586,7 +586,7 @@ def n(cls, *args)
rescue
puts "An exception occurred during the creation of a #{cls} instance."
puts
- puts "The arguments passed to the constructer were:"
+ puts "The arguments passed to the constructor were:"
puts args
puts
puts @tok.last.context
diff --git a/test/racc/regress/nasl b/test/racc/regress/nasl
index 2904866ee6..ea47343001 100644
--- a/test/racc/regress/nasl
+++ b/test/racc/regress/nasl
@@ -56,7 +56,7 @@ def n(cls, *args)
rescue
puts "An exception occurred during the creation of a #{cls} instance."
puts
- puts "The arguments passed to the constructer were:"
+ puts "The arguments passed to the constructor were:"
puts args
puts
puts @tok.last.context