Bug 435103

Summary: Typo/spelling error in log message in avahi-core/server.c
Product: [Fedora] Fedora Reporter: Joe Wrigley <jwrigley>
Component: avahiAssignee: Lennart Poettering <lpoetter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: lpoetter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-27 00:02:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Wrigley 2008-02-27 12:10:29 UTC
Description of problem:
Error like Feb 27 11:48:11 virgil avahi-daemon[2857]: Recieved repsonse with
invalid source port 41477 on interface 'eth0.0'

Recieved and repsonse are both typos.

s/Recieved/Received/
s/repsonse/response/

I had a quick look through the source package and tracked it down to
avahi-core/server.c line 944

Version-Release number of selected component (if applicable):
avahi-0.6.21-8.fc8

How reproducible:
whenever that error is triggered

Actual results:
Feb 27 11:48:11 virgil avahi-daemon[2857]: Recieved repsonse with invalid source
port 41477 on interface 'eth0.0'

Expected results:
Feb 27 11:48:11 virgil avahi-daemon[2857]: Received response with invalid source
port 41477 on interface 'eth0.0'

I'm not enough of a developer to risk creating a patch at this stage. Maybe next
time :-)

Comment 1 Lennart Poettering 2008-03-27 00:02:10 UTC
Fixed a while back upstream in r1543.