From fcb186d0fef2431e8ddccff879d10b7101395827 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 8 Aug 2019 11:19:44 +0200 Subject: [PATCH] fix typo in .gitignore Co-Authored-By: Vadim Petrochenkov --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e536ccf615..9515fa8c2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# This file should only ignore things that are generatd during a build, +# This file should only ignore things that are generated during a build, # generated by common IDEs, and optional files controlled by the user # that affect the build (such as config.toml). # FIXME: This needs cleanup.