diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-11 07:03:58 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-11 07:03:58 -0700 |
| commit | a1f991194b2d7ad4f59ca20db2fddf042eb12083 (patch) | |
| tree | 9a9aad1cdd44e163ef543cd87df8ba114b2b6dcd | |
| parent | 6c4b58bda758a547748ecd42b323221eab8cf241 (diff) | |
| parent | 37258d4d7e9c16a99e13dabd55d22f1c15a379d3 (diff) | |
| download | mruby-a1f991194b2d7ad4f59ca20db2fddf042eb12083.tar.gz mruby-a1f991194b2d7ad4f59ca20db2fddf042eb12083.zip | |
Merge pull request #1249 from carsonmcdonald/typocleanup
Change alghorithm to algorithm
| -rw-r--r-- | tasks/mrbgem_spec.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake index 3e78d3e1b..f5edc515b 100644 --- a/tasks/mrbgem_spec.rake +++ b/tasks/mrbgem_spec.rake @@ -210,7 +210,7 @@ module MRuby ret end - # ~> compare alghorithm + # ~> compare algorithm # # Example: # ~> 2.2 means >= 2.2.0 and < 3.0.0 |
