Skip to content

Commit 196f691

Browse files
committed
Fix misspelling.
1 parent 36268c6 commit 196f691

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Module

1 file changed

+1
-1
lines changed

Diff for: lib/internal/Magento/Framework/Module/Dir.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getDir($moduleName, $type = '')
4545
{
4646
$path = $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, $moduleName);
4747

48-
// An empty $type means it's gettind the directory of the module itself.
48+
// An empty $type means it's getting the directory of the module itself.
4949
if (empty($type) && !isset($path)) {
5050
// Note: do not throw \LogicException, as it would break backwards-compatibility.
5151
throw new \InvalidArgumentException("Component '$moduleName' of type '$type' is not correctly registered.");

0 commit comments

Comments
 (0)