aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
commitb9e0294edaceecb177401902f3809a45af666d7e (patch)
tree6c83191a7891bfb4449e4c61bcf944ae968319b7 /complex.c
parentc30e32d075478c62580c7d3f5699c2c477503b41 (diff)
downloadruby-b9e0294edaceecb177401902f3809a45af666d7e.tar.gz
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/complex.c b/complex.c
index 0a4f4aae22..c6c9d37fd9 100644
--- a/complex.c
+++ b/complex.c
@@ -1051,9 +1051,9 @@ nucomp_polar(VALUE self)
/*
* call-seq:
* cmp.conj -> complex
- * cmp.conjucate -> complex
+ * cmp.conjugate -> complex
*
- * Returns the complex conjucate.
+ * Returns the complex conjugate.
*/
static VALUE
nucomp_conj(VALUE self)
@@ -1590,7 +1590,7 @@ string_to_c_strict(VALUE self)
*
* Returns a complex which denotes the string form. The parser
* ignores leading whitespaces and trailing garbage. Any digit
- * sequences can be separeted by an underscore. Returns zero for null
+ * sequences can be separated by an underscore. Returns zero for null
* or garbage string.
*
* For example:
@@ -1793,7 +1793,7 @@ numeric_polar(VALUE self)
/*
* call-seq:
* num.conj -> self
- * num.conjucate -> self
+ * num.conjugate -> self
*
* Returns self.
*/