aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
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.
*/