From b1a0714f0d2dc4a8c7d55ce663827e5958452f9c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 6 Nov 2018 11:41:32 -0500 Subject: [PATCH] DOC: Fix spelling of "individual" in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75df6cc6428..3d290f4d629 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributing to ITK This page documents how to develop ITK using [Git]. **Note**: *Git is an extremely powerful version control tool that supports many -different "workflows" for indivudal development and collaboration. Here we +different "workflows" for individual development and collaboration. Here we document procedures used by the ITK development community. In the interest of simplicity and brevity we do not provide an explanation of why we use this approach. Furthermore, this is not a Git tutorial. Please see our [GitHelp]