summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKristofer Rye <kristofer.rye@gmail.com>2019-06-15 10:56:56 -0500
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 10:40:48 +0800
commit49bc227d9b5adfcf27c78eca763a28ce51f26211 (patch)
tree666fd472cd96687a4823e9f21523ea39005e61a8 /src
parent5a6571e6563411b9803be31b292a13bc6ca62b58 (diff)
Add a missing "n" to the header
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/interactive/widgets/header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/header.rs b/src/interactive/widgets/header.rs
index 9e95967..2cacb02 100644
--- a/src/interactive/widgets/header.rs
+++ b/src/interactive/widgets/header.rs
@@ -34,7 +34,7 @@ impl Header {
bold("U"),
text("sage "),
bold("A"),
- text("alyzer v"),
+ text("nalyzer v"),
text(env!("CARGO_PKG_VERSION")),
text(" "),
italic("(press "),