From 7112f96ab2388821c74aa13b0e98312b2ef899b9 Mon Sep 17 00:00:00 2001
From: Hans Dembinski <hans.dembinski@gmail.com>
Date: Thu, 4 Jul 2019 11:40:45 +0200
Subject: [PATCH] fix doc string

---
 do-clang-format.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/do-clang-format.py b/do-clang-format.py
index 80381fdf8..aed935521 100755
--- a/do-clang-format.py
+++ b/do-clang-format.py
@@ -3,7 +3,7 @@
 Run clang-format with the style file in the CORSIKA repository.
 
 By default it finds new files and files with modifications with respect to the current master and prints
-the filenames which need clang-formatting. Returns 1 if there are files with need modifications and 0 otherwise.
+the filenames which need clang-formatting. Returns 1 if there are files which need modifications and 0 otherwise.
 """
 import argparse
 import subprocess as subp
-- 
GitLab