diff options
Diffstat (limited to 'lib/coderay/helpers/plugin.rb')
-rw-r--r-- | lib/coderay/helpers/plugin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/helpers/plugin.rb b/lib/coderay/helpers/plugin.rb index 233dfd6..6c3ce76 100644 --- a/lib/coderay/helpers/plugin.rb +++ b/lib/coderay/helpers/plugin.rb @@ -178,7 +178,7 @@ protected # Loads the map file (see map).
#
- # This is done automatically when plaugin_path is called.
+ # This is done automatically when plugin_path is called.
def load_map
begin
require path_to('_map')
|