changeset 12601:99babbf683ff stable

doc: Correct use of it's -> its in documentation. * expr.txi: Change it's -> its in discussion of short-circuiting. * load-path.cc (restoredefaultpath): Change it's -> its.
author Rik <octave@nomad.inbox5.com>
date Tue, 12 Apr 2011 21:17:57 -0700
parents 8c52ab9842c9
children 307e177dbaa8
files doc/ChangeLog doc/interpreter/expr.txi src/ChangeLog src/load-path.cc
diffstat 4 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Apr 12 20:59:22 2011 -0500
+++ b/doc/ChangeLog	Tue Apr 12 21:17:57 2011 -0700
@@ -1,3 +1,7 @@
+2011-04-12  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/expr.txi: Correct use of it's -> its in documentation.
+
 2011-04-12  Ben Abbott  <bpabbott@mac.com>
 
 	* interpreter/data.txi: Replace xref{Data Structures} with
--- a/doc/interpreter/expr.txi	Tue Apr 12 20:59:22 2011 -0500
+++ b/doc/interpreter/expr.txi	Tue Apr 12 21:17:57 2011 -0700
@@ -912,7 +912,7 @@
 @sc{matlab} has special behavior that allows the operators @samp{&} and
 @samp{|} to short-circuit when used in the truth expression for @code{if} and 
 @code{while} statements.  The Octave parser may be instructed to behave in the
-same manner, but it's use is strongly discouraged.
+same manner, but its use is strongly discouraged.
 
 @DOCSTRING(do_braindead_shortcircuit_evaluation)
 
--- a/src/ChangeLog	Tue Apr 12 20:59:22 2011 -0500
+++ b/src/ChangeLog	Tue Apr 12 21:17:57 2011 -0700
@@ -1,3 +1,8 @@
+2011-04-12  Rik  <octave@nomad.inbox5.com>
+
+	* load-path.cc (restoredefaultpath): Correct use of it's -> its in 
+	documentation.
+
 2011-04-10  John Eaton  <jwe@octave.org>
 
 	* graphics.cc (Fishandle) Accept vector of handles (bug #33025).
--- a/src/load-path.cc	Tue Apr 12 20:59:22 2011 -0500
+++ b/src/load-path.cc	Tue Apr 12 21:17:57 2011 -0700
@@ -2037,7 +2037,7 @@
 DEFUN (restoredefaultpath, , ,
     "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} restoredefaultpath (@dots{})\n\
-Restore Octave's path to it's initial state at startup.\n\
+Restore Octave's path to its initial state at startup.\n\
 \n\
 @seealso{path, addpath, rmpath, genpath, pathdef, savepath, pathsep}\n\
 @end deftypefn")