From ba6ce9614fa7818814e9ad346ab69da5b13ffd91 Mon Sep 17 00:00:00 2001
From: Holger Brunst <holger.brunst@tu-dresden.de>
Date: Wed, 11 Aug 2021 18:29:25 +0200
Subject: [PATCH] Fixed typo in title.

---
 .../docs/software/mpi_usage_error_detection.md                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
index 19a420093..585e1ebb5 100644
--- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
@@ -1,4 +1,4 @@
-# Usage Error Detection and Correctes Chekcing for MPI Parallel Applications  
+# Correctes Checking and Usage Error Detection for MPI Parallel Applications  
 
 MPI as the de-facto standard for parallel applications of the the massage passing paradigm offers
 more than one hundred different API calls with complex restrictions. As a result, developing
-- 
GitLab