From ba1c3341fe3228f52214d9b18d84ac12b5cb3d9a Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Tue, 19 Jul 2016 04:04:31 +0200 Subject: [PATCH] The typo "defaut" should be "default" in documentation (Fixes #113). --- README.md | 2 +- docs/gitinspector.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9a465..9f93b05 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@  About Gitinspector -Gitinspector is a statistical analysis tool for git repositories. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. +Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. This tool was originally written to help fetch repository statistics from student projects in the course Object-oriented Programming Project (TDA367/DIT211) at Chalmers University of Technology and Gothenburg University. diff --git a/docs/gitinspector.txt b/docs/gitinspector.txt index 1c7808b..9134805 100644 --- a/docs/gitinspector.txt +++ b/docs/gitinspector.txt @@ -20,7 +20,7 @@ SYNOPSIS DESCRIPTION ----------- -Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. +Analyze and gather statistics about a git repository. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. Several output formats are supported, including plain text, HTML, JSON and XML.