From 8e578f1f2bc6ce85d18fbc11aed4f08e673c6e27 Mon Sep 17 00:00:00 2001
From: Tim Cramer <cramer@itc.rwth-aachen.de>
Date: Mon, 14 Aug 2023 09:34:59 +0200
Subject: [PATCH] Update doku.md

---
 doku.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doku.md b/doku.md
index fcdc70b..975d0fb 100644
--- a/doku.md
+++ b/doku.md
@@ -22,7 +22,7 @@ In the top right corner you can change the time frame you want to see jobs for.
 Clicking on a job in the table gets you to performance data for that job.
 For jobs that ran on a singe node, you get a dashboard that shows the data per core (if available).
 For jobs running on multiple nodes, the dashboard shows the mean for arch host.
-On the top right, under the time selector, you can switch between the two vies by clicking on "Single Host"/"Multi Host"
+On the top right, under the time selector, you can switch between the two views by clicking on "Single Host"/"Multi Host"
 
 When looking at the performance data, there are some variables in the top left.
 There you can change e.g. which hosts are shown or even change to a different job.
@@ -36,7 +36,7 @@ Everyone who can login via the RWTH Regapp
 ## What performance data is available
 There are two types of data available: data provided by the OS and data derived from hardware performance counters.
 The data provided by the os is always available.
-The data derived from hardware performance counters is not available when the user requested access to the hardware performance counters (e.g. by using `--hwctr=likwid`
+The data derived from hardware performance counters is not available when the user requested access to the hardware performance counters (e.g. by using `--hwctr=likwid`)
 * OS provided
     * CPU usage per core
     * Memory usage
-- 
GitLab