Skip to content

Commit

Permalink
Fix a small typo in documentation (apache#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g authored Jul 7, 2021
1 parent c4bc1da commit 4a5e4a6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4a5e4a6

Please sign in to comment.