# HG changeset patch # User Arun Giridhar # Date 1649440093 14400 # Node ID 1325f0c66460d12888da37019dea3f2338a09f61 # Parent 87de38eb52d93609007a058b85835fccb0b910fc doc: fix minor typo in datestr.m scripts/time/datestr.m: change "nor" to "not" diff -r 87de38eb52d9 -r 1325f0c66460 scripts/time/datestr.m --- 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.