changeset 22106:c8abb2ba4017

doc: Fix 2 typos: Seperately -> Separately, lit -> list
author Andreas Weber <andy.weber.aw@gmail.com>
date Thu, 14 Jul 2016 14:30:59 +0200
parents 3f5f1234c619
children 35c0ad43c7a5
files doc/interpreter/plot.txi scripts/gui/uicontrol.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Thu Jul 14 10:59:29 2016 +0200
+++ b/doc/interpreter/plot.txi	Thu Jul 14 14:30:59 2016 +0200
@@ -1228,7 +1228,7 @@
 @code{line}, @code{text}, @code{image}, @code{patch}, @code{surface}, and
 @code{light} functions.  These fundamental graphic objects automatically become
 children of the current axes object as if @code{hold on} was in place.
-Seperately, axes will automatically become children of the current figure
+Separately, axes will automatically become children of the current figure
 object and figures will become children of the root object 0.
 
 If this auto-joining feature is not desired then it is important to call
--- a/scripts/gui/uicontrol.m	Thu Jul 14 10:59:29 2016 +0200
+++ b/scripts/gui/uicontrol.m	Thu Jul 14 14:30:59 2016 +0200
@@ -52,7 +52,7 @@
 ## of text.
 ##
 ## @item @qcode{"listbox"}
-## Create a listbox control that displays a lit of items and allows user
+## Create a listbox control that displays a list of items and allows user
 ## selection of single or multiple items.
 ##
 ## @item @qcode{"popupmenu"}