diff options
author | Thomas Preud'homme | 2013-02-10 20:18:00 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-02-10 20:18:00 +0100 |
commit | f2bd3760b12ee5be83ca6ad84d2a1447b57597ab (patch) | |
tree | c41c8db486d48cb6ff2e7496626136118523fb14 /vformat | |
parent | 7cbf283090ec273c006a14129eee8bba1885da58 (diff) | |
download | libvformat-f2bd3760b12ee5be83ca6ad84d2a1447b57597ab.tar.gz libvformat-f2bd3760b12ee5be83ca6ad84d2a1447b57597ab.tar.bz2 |
Fix typo in manpage and source
Two function declarations suffer from a mispell: requred instead of required.
As a consequences, these typo are also found in the manpages generated by c2man.
Diffstat (limited to 'vformat')
-rw-r--r-- | vformat/vf_iface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vformat/vf_iface.h b/vformat/vf_iface.h index ab5e8d9..12c5f22 100644 --- a/vformat/vf_iface.h +++ b/vformat/vf_iface.h @@ -906,7 +906,7 @@ extern VFORMATDECLSPEC bool_t vf_set_prop_value( extern VFORMATDECLSPEC char *vf_get_prop_value_string( VF_PROP_T *p_prop, /* Property to locate string from */ - uint32_t n_string /* Index to string requred */ + uint32_t n_string /* Index to string required */ ); @@ -931,7 +931,7 @@ extern VFORMATDECLSPEC char *vf_get_prop_value_string( extern VFORMATDECLSPEC char *vf_get_prop_name_string( VF_PROP_T *p_prop, /* Property to locate string from */ - uint32_t n_string /* Index to string requred */ + uint32_t n_string /* Index to string required */ ); |