From b9e0294edaceecb177401902f3809a45af666d7e Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Nov 2009 17:46:28 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'complex.c') 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. */ -- cgit v1.2.3