From 6dfa58eb9c11766de0bf22ca376bdd9d3dff5b2c Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:01:11 +0300 Subject: [PATCH] Fix typos found by codespell --- jdatadecode.m | 2 +- jload.m | 2 +- jsave.m | 2 +- loadbj.m | 2 +- loadjson.m | 2 +- loadubjson.m | 2 +- savebj.m | 2 +- savejson.m | 2 +- saveubjson.m | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jdatadecode.m b/jdatadecode.m index 36d587b..8c22acf 100644 --- a/jdatadecode.m +++ b/jdatadecode.m @@ -44,7 +44,7 @@ % please set FormatVersion to 1 % % output: -% newdata: the covnerted data if the input data does contain a JData +% newdata: the converted data if the input data does contain a JData % structure; otherwise, the same as the input. % % examples: diff --git a/jload.m b/jload.m index 2ca32ba..5997b35 100644 --- a/jload.m +++ b/jload.m @@ -18,7 +18,7 @@ % JSON/JData file will be expected; if the suffix is '.pmat' or % '.jdb', a Binary JData file will be expected. % opt: (optional) a struct to store parsing options, opt can be replaced by -% a list of ('param',value) pairs - the param string is equivallent +% a list of ('param',value) pairs - the param string is equivalent % to a field in opt. opt can have the following % fields (first in [.|.] is the default) % diff --git a/jsave.m b/jsave.m index 3a288b8..f368637 100644 --- a/jsave.m +++ b/jsave.m @@ -16,7 +16,7 @@ % JSON/JData file will be created (slow); if the suffix is '.pmat' or % '.jdb', a Binary JData (https://github.com/NeuroJSON/bjdata/) file will be created. % opt: (optional) a struct to store parsing options, opt can be replaced by -% a list of ('param',value) pairs - the param string is equivallent +% a list of ('param',value) pairs - the param string is equivalent % to a field in opt. opt can have the following % fields (first in [.|.] is the default) % diff --git a/loadbj.m b/loadbj.m index 6b7058d..13c1c45 100644 --- a/loadbj.m +++ b/loadbj.m @@ -21,7 +21,7 @@ % fname: input file name, if fname contains "{}" or "[]", fname % will be interpreted as a BJData/UBJSON string % opt: a struct to store parsing options, opt can be replaced by -% a list of ('param',value) pairs - the param string is equivallent +% a list of ('param',value) pairs - the param string is equivalent % to a field in opt. opt can have the following % fields (first in [.|.] is the default) % diff --git a/loadjson.m b/loadjson.m index 4e127e8..e599c46 100644 --- a/loadjson.m +++ b/loadjson.m @@ -22,7 +22,7 @@ % fname: input file name; if fname contains "{}" or "[]", fname % will be interpreted as a JSON string % opt: (optional) a struct to store parsing options, opt can be replaced by -% a list of ('param',value) pairs - the param string is equivallent +% a list of ('param',value) pairs - the param string is equivalent % to a field in opt. opt can have the following % fields (first in [.|.] is the default) % diff --git a/loadubjson.m b/loadubjson.m index b1a9106..4871b61 100644 --- a/loadubjson.m +++ b/loadubjson.m @@ -16,7 +16,7 @@ % be read, otherwise, this function will attempt to parse the % string in fname as a UBJSON stream % opt: a struct to store parsing options, opt can be replaced by -% a list of ('param',value) pairs - the param string is equivallent +% a list of ('param',value) pairs - the param string is equivalent % to a field in opt. The supported options can be found by typing % "help loadbj". % diff --git a/savebj.m b/savebj.m index 49393e3..e1726f6 100644 --- a/savebj.m +++ b/savebj.m @@ -131,7 +131,7 @@ % the input data before saving % % opt can be replaced by a list of ('param',value) pairs. The param -% string is equivallent to a field in opt and is case sensitive. +% string is equivalent to a field in opt and is case sensitive. % output: % bjd: a binary string in the UBJSON format (see http://ubjson.org) % diff --git a/savejson.m b/savejson.m index 64195c4..557b000 100644 --- a/savejson.m +++ b/savejson.m @@ -110,7 +110,7 @@ % this function falls back to the jsonlab savejson % % opt can be replaced by a list of ('param',value) pairs. The param -% string is equivallent to a field in opt and is case sensitive. +% string is equivalent to a field in opt and is case sensitive. % output: % json: a string in the JSON format (see http://json.org) % diff --git a/saveubjson.m b/saveubjson.m index e0e5652..9e0a916 100644 --- a/saveubjson.m +++ b/saveubjson.m @@ -38,7 +38,7 @@ % opt can have the following fields (first in [.|.] is the default) % % opt can be replaced by a list of ('param',value) pairs. The param -% string is equivallent to a field in opt and is case sensitive. +% string is equivalent to a field in opt and is case sensitive. % % Please type "help savebj" for details for all supported options. %