aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-25 10:30:32 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-25 10:30:32 -0500
commit178f4cfcfa6687b7731af79374451fefeb40ec39 (patch)
treea5339a48c06957382be1e2781bfe48d51c9bea87
parent4caa1c253f66523671344790c37147ea02030694 (diff)
style: fix typo in doc string
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 2aa9d67..0fc313f 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -84,7 +84,7 @@ pub struct Projects {
///
/// Note: This only used for sorting projects using `session_last_attached` (or
/// `session_created` if not yet attached). For adding existing tmux session's paths to the
- /// ouput, see `-T|--sessions`.
+ /// output, see `-T|--sessions`.
#[arg(long, short)]
pub tmux: bool,
}