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.