Skip to content

Commit

Permalink
Merge pull request #94 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix typos found by codespell
  • Loading branch information
fangq committed Sep 8, 2023
2 parents 7d7e7f7 + 6dfa58e commit 0900704
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jdatadecode.m
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion jload.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion jsave.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion loadbj.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion loadjson.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion loadubjson.m
Expand Up @@ -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".
%
Expand Down
2 changes: 1 addition & 1 deletion savebj.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion savejson.m
Expand Up @@ -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)
%
Expand Down
2 changes: 1 addition & 1 deletion saveubjson.m
Expand Up @@ -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.
%
Expand Down

0 comments on commit 0900704

Please sign in to comment.