Typo in TemplateMethod/Journey.php comment

sbclasses -> Subclasses
This commit is contained in:
will-b
2014-04-09 23:24:51 +01:00
parent edcc74be25
commit 7677d61e4e

View File

@@ -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) * compromise this algorithm (warning : cause of cyclic dependencies)
*/ */
final protected function takePlane() final protected function takePlane()