Skip to content

Commit

Permalink
db_oracle: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent 58cad02 commit 8f36954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/db_oracle/asynch.c
Expand Up @@ -226,7 +226,7 @@ int wait_timelimit(ora_con_t* con, sword status)


/*
* close current timelimited operation and disconnect if timeout occured
* close current timelimited operation and disconnect if timeout occurred
* return true only if work in asynch mode and timeout detect
*/
int done_timelimit(ora_con_t* con, sword status)
Expand Down
2 changes: 1 addition & 1 deletion modules/db_oracle/asynch.h
Expand Up @@ -54,7 +54,7 @@ sword begin_timelimit(ora_con_t* con, int connect);
int wait_timelimit(ora_con_t* con, sword status);

/*
* close current timelimited operation and disconnect if timeout occured
* close current timelimited operation and disconnect if timeout occurred
* return true only if work in asynch mode and timeout detect
*/
int done_timelimit(ora_con_t* con, sword status);
Expand Down

0 comments on commit 8f36954

Please sign in to comment.