summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c38fd4e4c1..b1c74ac05e 100644
--- a/NEWS
+++ b/NEWS
@@ -55,7 +55,7 @@ with all sufficient information, see the ChangeLog file.
* Module
* added method:
* added Module#prepend which is similar to Module#include,
- however a mehtod in the prepended module overrides the
+ however a method in the prepended module overrides the
corresponding method in the prepending module.
* extended method:
* Module#define_method accepts a UnboundMethod from a Module.