summaryrefslogtreecommitdiff
path: root/test/racc/regress/nasl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-20 12:19:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-20 12:19:45 +0900
commite68999c82c4863d33a6f893661fba1b7538c5671 (patch)
tree97615ccb396e864cbabbfd539251c9e64c309d91 /test/racc/regress/nasl
parente672494cd737b8fea3a186aeb5c2c17d1a18cb96 (diff)
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
Diffstat (limited to 'test/racc/regress/nasl')
-rw-r--r--test/racc/regress/nasl2
1 files changed, 1 insertions, 1 deletions
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