Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Mar 19, 2024
1 parent 05a3bb9 commit b16af11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 119 deletions.
118 changes: 2 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commons/zenoh-config/src/connection_retry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use serde::{Deserialize, Serialize};
use zenoh_core::zparse_default;
use zenoh_protocol::core::WhatAmI;

use crate::mode_dependend::*;
use crate::mode_dependent::*;

#[derive(Debug, Deserialize, Serialize, Clone)]
pub struct ConnectionRetryModeDependentConf {
Expand Down
4 changes: 2 additions & 2 deletions commons/zenoh-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ use zenoh_protocol::{
use zenoh_result::{bail, zerror, ZResult};
use zenoh_util::LibLoader;

pub mod mode_dependend;
pub use mode_dependend::*;
pub mod mode_dependent;
pub use mode_dependent::*;

pub mod connection_retry;
pub use connection_retry::*;
Expand Down
File renamed without changes.

0 comments on commit b16af11

Please sign in to comment.