diff options
Diffstat (limited to 'contrib/oid2name')
| -rw-r--r-- | contrib/oid2name/oid2name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index 155d54e7073..d6cb526a1a5 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -50,7 +50,7 @@ void sql_exec_dumptable(PGconn *, int); void sql_exec_searchtable(PGconn *, const char *); void sql_exec_searchoid(PGconn *, int); -/* fuction to parse command line options and check for some usage errors. */ +/* function to parse command line options and check for some usage errors. */ void get_opts(int argc, char **argv, struct options * my_opts) { |
