Skip to content

Commit 2e64fdb

Browse files
authored
Merge pull request #1490 from gsjaardema/spelling_fixes
Spelling fixes
2 parents ee941de + 56c0d5c commit 2e64fdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+146
-146
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ IF(ENABLE_TESTS)
924924
# same thing as an 'expected failure'. Rather, these
925925
# are tests that will need to be fixed eventually.
926926
#
927-
# By placing them here, we can occasionaly turn this
927+
# By placing them here, we can occasionally turn this
928928
# flag on and see if any known failures have been
929929
# fixed in the course of code improvement/other bug
930930
# fixes.

RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See [GitHub #1251](https://github.com/Unidata/netcdf-c/issues/1251).
111111
(2) appending "#protocol=dap4" to the end of the url, or
112112
(3) appending "#dap4" to the end of the url
113113
Note that dap4 is enabled by default but remote-testing is
114-
disbled until the testserver situation is resolved.
114+
disabled until the testserver situation is resolved.
115115
* [Enhancement] The remote testing server can now be specified with the `--with-testserver` option to ./configure.
116116
* [Enhancement] Modified netCDF4 to use ASCII for NC_CHAR. See [Github Pull request #316](https://github.com/Unidata/netcdf-c/pull/316) for more information.
117117
* [Bug Fix] Corrected an error with how dimsizes might be read. See [Github #410](https://github.com/unidata/netcdf-c/issues/410) for more information.
@@ -446,7 +446,7 @@ More details may be found at the Unidata JIRA Dashboard. [NCF-316](https://bugt
446446

447447
* Refactored how types are used for attributes, variables, and committed types, clarifying and categorizing fields in structs, and eliminating duplicated type information between variables and types they use.
448448

449-
* Made type structure sharable by committed datatypes and variables that use it.
449+
* Made type structure shareable by committed datatypes and variables that use it.
450450

451451
* Handled string datatypes correctly, particularly for fill value attributes. Expanded testing for string fill values.
452452

@@ -1327,7 +1327,7 @@ variables.
13271327
* Fixed ncgen to properly handle CDL input that uses Windows line endings
13281328
("\r\n"), instead of getting a syntax error.
13291329

1330-
* Added "-s" option to ncdump to display performance characterisitics of
1330+
* Added "-s" option to ncdump to display performance characteristics of
13311331
netCDF-4 files as special virtual attributes, such as \_Chunking,
13321332
\_DeflateLevel, \_Format, and \_Endianness.
13331333

dap4_test/test_fillmismatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
echo "*** XFail: ${NCDUMP} ${URL} failed"
2323
fi
2424

25-
# Now check that with [fillmismatch], we get sucess
25+
# Now check that with [fillmismatch], we get success
2626
URL="[fillmismatch]${URL}"
2727
rm -f ./tmp_dap4_mismatch
2828
if ${NCDUMP} -h "${URL}" > ./tmp_dap4_mismatch ; then

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NetCDF data is:
2828
efficiently.
2929
- *Appendable*. Data may be appended to a properly structured netCDF
3030
file without copying the dataset or redefining its structure.
31-
- *Sharable*. One writer and multiple readers may simultaneously
31+
- *Shareable*. One writer and multiple readers may simultaneously
3232
access the same netCDF file.
3333
- *Archivable*. Access to all earlier forms of netCDF data will be
3434
supported by current and future versions of the software.

docs/credits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ Science Foundation, Unidata's primary sponsor. Development of the
113113
netCDF-4 interface was initially funded by NASA's Earth Science
114114
Technology Office. Addition of OPeNDAP client support to the netCDF
115115
library is based on work supported by the National Science Foundation.
116-
Any opinions, findings and conclusions or recomendations expressed in
116+
Any opinions, findings and conclusions or recommendations expressed in
117117
this material are those of the authors and do not necessarily reflect
118118
the views of the sponsoring organizations.

docs/dispatch.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ netCDF-4/HDF5 files, and the remote data access features.
2323

2424
Conceptually, the dispatch layer provides the same capabilities as the
2525
IOSP in the netCDF-Java library. However, unlike Java, C does not
26-
provide the advanced features to make this seemless.
26+
provide the advanced features to make this seamless.
2727
*/

docs/guide.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ Examine the translated DDS for the DAP source from the specified URL:
23702370
\endcode
23712371

23722372
Without dumping all the data, show the special virtual attributes that indicate
2373-
performance-related characterisitics of a netCDF-4 file:
2373+
performance-related characteristics of a netCDF-4 file:
23742374

23752375
\code
23762376
ncdump -h -s nc4file.nc
@@ -2782,15 +2782,15 @@ netCDF specification. The C source code is written to standard
27822782
output. This is only useful for relatively small CDL files, since all
27832783
the data is included in variable initializations in the generated
27842784
program. The -c flag is deprecated and the -lc flag should be used
2785-
intstead.
2785+
instead.
27862786

27872787
-f
27882788
Generate FORTRAN source code that will create a netCDF dataset
27892789
matching the netCDF specification. The FORTRAN source code is written
27902790
to standard output. This is only useful for relatively small CDL
27912791
files, since all the data is included in variable initializations in
27922792
the generated program. The -f flag is deprecated and the -lf77 flag
2793-
should be used intstead.
2793+
should be used instead.
27942794

27952795
-k
27962796
The -k file specifies the kind of netCDF file to generate. The

docs/indexing.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ use a hash table for name indexing, but rather keep a list sorted by name
176176
and use binary search to do name-based lookup. If this alternative were
177177
implemented, then it is probable that we could get rid of using the NC_hashmap
178178
structure altogether for netcdf-4. There is a performance cost since binary
179-
search is O(log n). In practice, it is probable that this is of negligable
179+
search is O(log n). In practice, it is probable that this is of negligible
180180
effect. The advantage is that rename operations become considerably simpler.
181181

182182
\section Sglobal_object_access Global Object Access

docs/inmeminternal.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ caller, and it is the caller's responsibility to _free_ the memory.
7777
The implementation of in-memory support for netcdf-4 files
7878
is quite complicated.
7979

80-
The netCDF-4 implemention relies on the HDF5 library. In order
80+
The netCDF-4 implementation relies on the HDF5 library. In order
8181
to implement in-memory storage of data, the HDF5 core driver is
8282
used to manage underlying storage of the netcdf-c file.
8383

@@ -248,7 +248,7 @@ then we cannot realloc and we must fake it as follows:
248248

249249
1. If the chunk is big enough, then pretend to do a realloc by
250250
changing the vfd_image_size.
251-
2. If the chunk is not big enough to accomodate the requested new size,
251+
2. If the chunk is not big enough to accommodate the requested new size,
252252
then fail.
253253

254254
There is one important complication. It turns out that the image_realloc

docs/inmemory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cannot complete because the memory needs to be expanded.
152152
the netcdf library will take control of the incoming memory.
153153
This means that the user should not make any attempt to free
154154
or even read the incoming memory block in this case.
155-
The newcdf library is free to reallocate the incomming
155+
The newcdf library is free to reallocate the incoming
156156
memory block to obtain a larger block when an attempt to modify
157157
the in-memory file requires more space. Note that implicit in this
158158
is that the old block -- the one originally provided -- may be

0 commit comments

Comments
 (0)