Skip to content

Commit 6dfa58e

Browse files
Fix typos found by codespell
1 parent 7d7e7f7 commit 6dfa58e

9 files changed

+9
-9
lines changed

jdatadecode.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
% please set FormatVersion to 1
4545
%
4646
% output:
47-
% newdata: the covnerted data if the input data does contain a JData
47+
% newdata: the converted data if the input data does contain a JData
4848
% structure; otherwise, the same as the input.
4949
%
5050
% examples:

jload.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
% JSON/JData file will be expected; if the suffix is '.pmat' or
1919
% '.jdb', a Binary JData file will be expected.
2020
% opt: (optional) a struct to store parsing options, opt can be replaced by
21-
% a list of ('param',value) pairs - the param string is equivallent
21+
% a list of ('param',value) pairs - the param string is equivalent
2222
% to a field in opt. opt can have the following
2323
% fields (first in [.|.] is the default)
2424
%

jsave.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
% JSON/JData file will be created (slow); if the suffix is '.pmat' or
1717
% '.jdb', a Binary JData (https://github.com/NeuroJSON/bjdata/) file will be created.
1818
% opt: (optional) a struct to store parsing options, opt can be replaced by
19-
% a list of ('param',value) pairs - the param string is equivallent
19+
% a list of ('param',value) pairs - the param string is equivalent
2020
% to a field in opt. opt can have the following
2121
% fields (first in [.|.] is the default)
2222
%

loadbj.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
% fname: input file name, if fname contains "{}" or "[]", fname
2222
% will be interpreted as a BJData/UBJSON string
2323
% opt: a struct to store parsing options, opt can be replaced by
24-
% a list of ('param',value) pairs - the param string is equivallent
24+
% a list of ('param',value) pairs - the param string is equivalent
2525
% to a field in opt. opt can have the following
2626
% fields (first in [.|.] is the default)
2727
%

loadjson.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% fname: input file name; if fname contains "{}" or "[]", fname
2323
% will be interpreted as a JSON string
2424
% opt: (optional) a struct to store parsing options, opt can be replaced by
25-
% a list of ('param',value) pairs - the param string is equivallent
25+
% a list of ('param',value) pairs - the param string is equivalent
2626
% to a field in opt. opt can have the following
2727
% fields (first in [.|.] is the default)
2828
%

loadubjson.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
% be read, otherwise, this function will attempt to parse the
1717
% string in fname as a UBJSON stream
1818
% opt: a struct to store parsing options, opt can be replaced by
19-
% a list of ('param',value) pairs - the param string is equivallent
19+
% a list of ('param',value) pairs - the param string is equivalent
2020
% to a field in opt. The supported options can be found by typing
2121
% "help loadbj".
2222
%

savebj.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
% the input data before saving
132132
%
133133
% opt can be replaced by a list of ('param',value) pairs. The param
134-
% string is equivallent to a field in opt and is case sensitive.
134+
% string is equivalent to a field in opt and is case sensitive.
135135
% output:
136136
% bjd: a binary string in the UBJSON format (see http://ubjson.org)
137137
%

savejson.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
% this function falls back to the jsonlab savejson
111111
%
112112
% opt can be replaced by a list of ('param',value) pairs. The param
113-
% string is equivallent to a field in opt and is case sensitive.
113+
% string is equivalent to a field in opt and is case sensitive.
114114
% output:
115115
% json: a string in the JSON format (see http://json.org)
116116
%

saveubjson.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
% opt can have the following fields (first in [.|.] is the default)
3939
%
4040
% opt can be replaced by a list of ('param',value) pairs. The param
41-
% string is equivallent to a field in opt and is case sensitive.
41+
% string is equivalent to a field in opt and is case sensitive.
4242
%
4343
% Please type "help savebj" for details for all supported options.
4444
%

0 commit comments

Comments
 (0)