From 7677d61e4e39153cbd474b86ab71aa97e061872c Mon Sep 17 00:00:00 2001 From: will-b Date: Wed, 9 Apr 2014 23:24:51 +0100 Subject: [PATCH] Typo in TemplateMethod/Journey.php comment sbclasses -> Subclasses --- TemplateMethod/Journey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TemplateMethod/Journey.php b/TemplateMethod/Journey.php index f5e666d..54985d9 100644 --- a/TemplateMethod/Journey.php +++ b/TemplateMethod/Journey.php @@ -45,7 +45,7 @@ abstract class Journey } /** - * 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()