Fix a typo

This commit is contained in:
George Oikonomou 2014-03-08 23:24:50 +00:00
parent cbdd7f2f09
commit 7318f3fe3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# This file checks your git index and runs indent on every changed *.c and *.h
# This file checks your git index and runs uncrustify on every changed *.c and *.h
# file.
#
# Author: Valentin Sawadski <valentin@sawadski.eu>