From 295238020087627a6df8de224624ba37de27188f Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 30 Mar 2020 20:47:12 +0200 Subject: [PATCH] Fixes typo --- lib/wpscan/finders/dynamic_finder/finder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpscan/finders/dynamic_finder/finder.rb b/lib/wpscan/finders/dynamic_finder/finder.rb index b4349588..5070217e 100644 --- a/lib/wpscan/finders/dynamic_finder/finder.rb +++ b/lib/wpscan/finders/dynamic_finder/finder.rb @@ -17,7 +17,7 @@ module WPScan end # Needed to have inheritance of the @child_class_constants - # If inheritance is not needed, then the #child_class_constant can be used in the classe definition, ie + # If inheritance is not needed, then the #child_class_constant can be used in the class definition, ie # child_class_constant :FILES, PATTERN: /aaa/i # @return [ Hash ] def self.child_class_constants