# HG changeset patch # User Andreas Weber # Date 1468486769 -7200 # Node ID 3f5f1234c619c4628270ed9ee5de93e633137606 # Parent cfc260765ddfc7aca231c917f059927a770862e5 main: Fix typos "It's" -> "Its" and "it's" -> "its" (Bug #48508) diff -r cfc260765ddf -r 3f5f1234c619 libinterp/corefcn/__ichol__.cc --- 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 ()) diff -r cfc260765ddf -r 3f5f1234c619 libinterp/corefcn/gl-render.cc --- 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; diff -r cfc260765ddf -r 3f5f1234c619 libinterp/octave-value/ov-fcn-handle.cc --- 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 */) diff -r cfc260765ddf -r 3f5f1234c619 scripts/sparse/treelayout.m --- 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; diff -r cfc260765ddf -r 3f5f1234c619 scripts/sparse/treeplot.m --- 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;