Changeset: 1369d61f80f7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1369d61f80f7 Modified Files: clients/odbc/driver/ODBCError.c Branch: default Log Message:
Typo in comment diffs (12 lines): diff --git a/clients/odbc/driver/ODBCError.c b/clients/odbc/driver/ODBCError.c --- a/clients/odbc/driver/ODBCError.c +++ b/clients/odbc/driver/ODBCError.c @@ -43,7 +43,7 @@ const char ODBCErrorMsgPrefix[] = "[Mone const int ODBCErrorMsgPrefixLength = (int) sizeof(ODBCErrorMsgPrefix) - 1; /* - * Local utility function which retuns the standard ODBC/ISO error + * Local utility function which returns the standard ODBC/ISO error * message text for a given ISO SQLState code. * When no message could be found for a given SQLState a msg is * printed to stderr to warn that the programmer has forgotten to _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org