Skip to content

Commit

Permalink
typo: mult-dot => multi-dot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Feb 23, 2014
1 parent af08cfd commit a489006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register.coffee
Expand Up @@ -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.
Expand Down

0 comments on commit a489006

Please sign in to comment.