Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbateman authored and pacman82 committed Dec 20, 2023
1 parent b59c806 commit d921173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odbc-api/src/connection.rs
Expand Up @@ -649,7 +649,7 @@ impl<'c> Connection<'c> {
#[derive(Default, Clone, Copy)]
pub struct ConnectionOptions {
/// Number of seconds to wait for a login request to complete before returning to the
/// application. The default is driver-dependent. If `0` the timeout is dasabled and a
/// application. The default is driver-dependent. If `0` the timeout is disabled and a
/// connection attempt will wait indefinitely.
///
/// If the specified timeout exceeds the maximum login timeout in the data source, the driver
Expand Down

0 comments on commit d921173

Please sign in to comment.