diff scripts/plot/findobj.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 5cd272497aae
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/plot/findobj.m
+++ b/scripts/plot/findobj.m
@@ -23,7 +23,7 @@
 ## @deftypefnx {Function File} {@var{h} =} findobj ('flat', @dots{})
 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, @dots{})
 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, '-depth', @var{d}, @dots{})
-## Find object with specified property values. The simpliest form is
+## Find object with specified property values. The simplest form is
 ##
 ## @example
 ## findobj (@var{propName}, @var{propValue})