Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix(src/config.rs): fix typo in doc comment
Lars Wirzenius committed 17 days ago
commit bbc4e4239bab91c8b97e1a63738d19aedf3c5e63
parent e5d249b
1 file changed +1 -1
modified src/config.rs
@@ -29,7 +29,7 @@ pub struct Config {
    db: PathBuf,

    // This isn't actually used. The status page is updated about once
-
    // a second, see `UPDATE_IMTERVAL` in `src/notif.rs`. However, we
+
    // a second, see `UPDATE_INTERVAL` in `src/notif.rs`. However, we
    // don't want to break existing configuration files, so we allow
    // it. We just don't use it anywhere.
    #[allow(dead_code)]