Skip to content

Commit

Permalink
Fix spelling errors. (#287)
Browse files Browse the repository at this point in the history
* Fix spelling errors.

 * boudnary -> boundary
 * librairy -> library
  • Loading branch information
sebastic authored and mohawk2 committed Nov 19, 2020
1 parent 2725ee1 commit fc8342f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Basic/Slices/slices.pd
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,7 @@ EOD-RedoDims
ck = 0;
break;
default:
barf("Unknown boudnary condition in range -- bug alert!");
/* Note clever misspelling of boundary to distinguish from other case */
barf("Unknown boundary condition in range -- bug alert!");
break;
}
}
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- fix spellings - thanks @sebastic

2.024 2020-09-17
- use CCCDLFLAGS for compile of pdl.c to include -fPIC where needed - thanks @newville

Expand Down
2 changes: 1 addition & 1 deletion IO/HDF/VS/VS.pd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PDL::IO::HDF - An interface library for HDF4 files.
=head1 DESCRIPTION
This librairy provide functions to manipulate
This library provides functions to manipulate
HDF4 files with VS and V interface (reading, writing, ...)
For more information on HDF4, see http://www.hdfgroup.org/products/hdf4/
Expand Down

0 comments on commit fc8342f

Please sign in to comment.