changeset 22440:20e6de770ca4

* data.cc (Fatan2): Fix typo "quadrats" → "quadrants".
author Mike Miller <mtmiller@octave.org>
date Tue, 06 Sep 2016 11:52:17 -0700
parents 455bb5c0e03c
children bb8914d68f25
files libinterp/corefcn/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Tue Sep 06 09:21:58 2016 -0400
+++ b/libinterp/corefcn/data.cc	Tue Sep 06 11:52:17 2016 -0700
@@ -207,7 +207,7 @@
 and @var{x}.
 
 @var{y} and @var{x} must match in size and orientation.  The signs of
-elements of @var{y} and @var{x} are used to determine the quadrats of each
+elements of @var{y} and @var{x} are used to determine the quadrants of each
 resulting value.
 
 This function is equivalent to @code{arg (complex (@var{x}, @var{y}))}.