diff --git a/TemplateMethod/Journey.php b/TemplateMethod/Journey.php index f5e666d26..54985d970 100644 --- a/TemplateMethod/Journey.php +++ b/TemplateMethod/Journey.php @@ -45,7 +45,7 @@ private function buyAFlight() } /** - * sbclasses will get access to this method but cannot override it and + * Subclasses will get access to this method but cannot override it and * compromise this algorithm (warning : cause of cyclic dependencies) */ final protected function takePlane()