]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: sample: Fix comment encoding of sample.c
authorTim Duesterhus <tim@bastelstu.be>
Thu, 25 Jan 2018 15:24:44 +0000 (16:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Jan 2018 21:25:40 +0000 (22:25 +0100)
commitc555ee0c45098278ddad695cbbd16a815bcb50da
treef15989cdd9ffdc76c617c6d4334fdcc07361ed00
parent727c89b3dfd158760a68656be0615f1a8f192933
CLEANUP: sample: Fix comment encoding of sample.c

The file contained an 'e' with an gravis accent and thus was
not US-ASCII, but ISO-8859-1.

Also correct the spelling in the incorrect comment.

The incorrect character was introduced in commit:
4d9a1d1a5c4720a169654ee47f9a4364261ffab4

v1.6-dev1 is the first tag containing this comment, the fix
should be backported to haproxy 1.6 and newer.
src/sample.c