changeset 30916:1325f0c66460 stable

doc: fix minor typo in datestr.m scripts/time/datestr.m: change "nor" to "not"
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 08 Apr 2022 13:48:13 -0400
parents 87de38eb52d9
children 84fa12727b43
files scripts/time/datestr.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/time/datestr.m	Wed Apr 06 14:54:05 2022 -0700
+++ b/scripts/time/datestr.m	Fri Apr 08 13:48:13 2022 -0400
@@ -107,7 +107,7 @@
 ## If @var{f} is not specified or is @code{-1}, then use 0, 1 or 16, depending
 ## on whether the date portion or the time portion of @var{date} is empty.
 ##
-## If @var{p} is nor specified, it defaults to the current year minus 50.
+## If @var{p} is not specified, it defaults to the current year minus 50.
 ##
 ## If a matrix or cell array of dates is given, a column vector of date strings
 ## is returned.