changeset 22105:3f5f1234c619

main: Fix typos "It's" -> "Its" and "it's" -> "its" (Bug #48508)
author Andreas Weber <andy.weber.aw@gmail.com>
date Thu, 14 Jul 2016 10:59:29 +0200
parents cfc260765ddf
children c8abb2ba4017
files libinterp/corefcn/__ichol__.cc libinterp/corefcn/gl-render.cc libinterp/octave-value/ov-fcn-handle.cc scripts/sparse/treelayout.m scripts/sparse/treeplot.m
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/__ichol__.cc	Wed Jul 13 17:05:21 2016 -0700
+++ b/libinterp/corefcn/__ichol__.cc	Thu Jul 14 10:59:29 2016 +0200
@@ -191,7 +191,7 @@
     michol = args(1).string_value ();
 
   // In ICHOL0 algorithm the zero-pattern of the input matrix is preserved
-  // so it's structure does not change during the algorithm.  The same input
+  // so its structure does not change during the algorithm.  The same input
   // matrix is used to build the output matrix due to that fact.
   octave_value_list arg_list;
   if (! args(0).is_complex_type ())
--- a/libinterp/corefcn/gl-render.cc	Wed Jul 13 17:05:21 2016 -0700
+++ b/libinterp/corefcn/gl-render.cc	Thu Jul 14 10:59:29 2016 +0200
@@ -3146,7 +3146,7 @@
       nor_dy = 1;
     }
 
-  // OpenGL won't draw any of the image if it's origin is outside the
+  // OpenGL won't draw any of the image if its origin is outside the
   // viewport/clipping plane so we must do the clipping ourselves.
 
   int j0, j1, i0, i1;
--- a/libinterp/octave-value/ov-fcn-handle.cc	Wed Jul 13 17:05:21 2016 -0700
+++ b/libinterp/octave-value/ov-fcn-handle.cc	Thu Jul 14 10:59:29 2016 +0200
@@ -1693,7 +1693,7 @@
 fields.
 
 @strong{Warning:} @code{functions} is provided for debugging purposes only.
-It's behavior may change in the future and programs should not depend on a
+Its behavior may change in the future and programs should not depend on a
 particular output.
 
 @end deftypefn */)
--- a/scripts/sparse/treelayout.m	Wed Jul 13 17:05:21 2016 -0700
+++ b/scripts/sparse/treelayout.m	Thu Jul 14 10:59:29 2016 +0200
@@ -110,7 +110,7 @@
     vec_of_child = permutation;
   endif
 
-  ## The number of "parent" (actual) node (it's descendants will be
+  ## The number of "parent" (actual) node (its descendants will be
   ## browse in the next iteration).
   par_number = 0;
 
--- a/scripts/sparse/treeplot.m	Wed Jul 13 17:05:21 2016 -0700
+++ b/scripts/sparse/treeplot.m	Thu Jul 14 10:59:29 2016 +0200
@@ -78,7 +78,7 @@
     xhelp(tree(i)+1) = xhelp(tree(i)+1)+1;
   endfor
 
-  ## The number of "parent" (actual) node (it's descendants will be
+  ## The number of "parent" (actual) node (its descendants will be
   ## browse in the next iteration).
   par_number = 0;