typo: mult-dot => multi-dot

This commit is contained in:
Michael Ficarra
2014-02-22 23:16:47 -06:00
parent af08cfd37f
commit a489006afb

View File

@@ -14,7 +14,7 @@ if require.extensions
for ext in CoffeeScript.FILE_EXTENSIONS
require.extensions[ext] = loadFile
# Patch Node's module loader to be able to handle mult-dot extensions.
# Patch Node's module loader to be able to handle multi-dot extensions.
# This is a horrible thing that should not be required. Perhaps, one day,
# when a truly benevolent dictator comes to rule over the Republik of Node,
# it won't be.