Skip to content

Commit 1b7a614

Browse files
committed
a few typos in c/README.md
1 parent 5200f25 commit 1b7a614

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

c/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ readers in different languages is guaranteed to be identical (or at
88
least very similar).
99

1010
See `xdi_reader.c` for an example of a C program using `libxdifile` to
11-
import and interpret XDI-formatted data.
11+
import and interpret XDI-formatted data. See the python and perl
12+
wrappers for examples of language specific implementations which use
13+
`libxdifile`.
1214

1315
`libxdifile` was written by Matt Newville and Bruce Ravel.
1416

1517
## XDIFile struct
1618

1719
This is the content of the XDIFile struct. It will contain the entire
1820
contents of the XDI file along with a few particularly important items
19-
(d-spaing, element, and edge).
21+
(d-spacing, element, and edge).
2022

2123
| attribute | type | explanation |
2224
| --------------- | ------------------ | ----------- |
@@ -100,7 +102,7 @@ All error messages are returned in English as the content of the
100102
`error_message` attribute of the `XDIFile` struct. The
101103
`error_message` attribute always contains a description of the error
102104
condition of the most recently performed action. The relation between
103-
the returned error/warning codes and teh error messages are tabulated
105+
the returned error/warning codes and the error messages are tabulated
104106
below.
105107

106108
The value of separating most validation chores from the parsing of the

0 commit comments

Comments
 (0)