diff options
| author | Kazuhiro Sera <[email protected]> | 2018-08-11 00:28:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:19:17 +0900 |
| commit | 2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch) | |
| tree | 7086cf708cf6081fe09b60a941be41bf9f1cac1e /minirake | |
| parent | b083c1351f98206aa048d0dea83b83304a1adcc4 (diff) | |
| download | mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip | |
Fix misspelling words in comments
Diffstat (limited to 'minirake')
| -rwxr-xr-x | minirake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ module MiniRake def done?; @done end def running?; @running end - # Invoke the task if it is needed. Prerequites are invoked first. + # Invoke the task if it is needed. Prerequisites are invoked first. def invoke puts "Invoke #{name} (already=[#{@already_invoked}], needed=[#{needed?}])" if $trace return if @already_invoked |
