1
0
mirror of https://github.com/trimstray/iptables-essentials synced 2024-06-28 17:50:54 +00:00

fixed typos

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray 2019-01-22 09:50:11 +01:00
parent 2574dca828
commit 833faf7cb7
2 changed files with 2 additions and 3 deletions

@ -6,10 +6,10 @@ If you would like to support this project, you have an interesting idea how to i
Moving forward all commits to this project must include a "signed-off-by" line indicating the name and email address of the contributor signing off on the change. To enable signatures add the following lines to `.git/hooks/prepare-commit-msg` :
``````
```
SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/- signed-off-by: \1/p')
grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
``````
```
## Pull requests

@ -673,4 +673,3 @@ library, you may consider it more useful to permit linking proprietary
applications with the library. If this is what you want to do, use the
GNU Lesser General Public License instead of this License. But first,
please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.