From e68999c82c4863d33a6f893661fba1b7538c5671 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 12:19:45 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], for default gems. --- test/racc/regress/nasl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/racc/regress/nasl') 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 -- cgit v1.2.3