From 48b94f833634e333700ad65e3a5823fdb463d620 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Mon, 24 Sep 2018 04:24:25 +0400 Subject: [PATCH] Fixed a typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d03b0..5575a39 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Here I collect tools I wrote for managing my c++ projects. ### allinclude.cpp -For each subdirectory in provided(or current) directory generates an .hpp file with the same name that includes all .h[pp] files in that subdirectory, then does the same recursively for each of those subdirectiry. +For each subdirectory in provided(or current) directory generates an .hpp file with the same name that includes all .h[pp] files in that subdirectory, then does the same recursively for each of those subdirectories. ### allinclude_sort.sh Wrapper for allinclude, that just uses sort command to sort the includes in generated hpp files. -- GitLab