Formatting fixes for git rules file

Formatting fixes for git rules file

This commit fixes 2 issues with the git rules
file. First, a typo of "::" has been changed to
":". Second, an extraneous space has been
removed.
This commit is contained in:
Chris Christoff 2014-12-05 20:59:07 -05:00 committed by Stanislav Malyshev
parent 28985e982b
commit 1ec26346bb

View File

@ -114,7 +114,7 @@ If you fix some bugs, you should note the bug ID numbers in your
commit message. Bug ID should be prefixed by "#" for easier access to
bug report when developers are browsing CVS via LXR or Bonsai.
Example::
Example:
Fixed bug #14016 (pgsql notice handler double free crash bug.)