Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/c/docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ feel free to https://avro.apache.org/[submit patches to the project].

Most functions in the Avro C library return a single +int+ status code.
Following the POSIX _errno.h_ convention, a status code of 0 indicates
success. Non-zero codes indiciate an error condition. Some functions
success. Non-zero codes indicate an error condition. Some functions
return a pointer value instead of an +int+ status code; for these
functions, a +NULL+ pointer indicates an error.

Expand Down