[Home]

Summary:ASTERISK-23027: [patch] Spelling typo "transfered" instead of "transferred"
Reporter:Jeremy Lainé (sharky)Labels:
Date Opened:2013-12-18 03:37:27.000-0600Date Closed:2014-01-17 09:41:06.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Documentation
Versions:11.7.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) transferred.patch
Description:Debian's QA tool "lintian" noticed there was an instance of "transferred" being mispelled as "transfered". The attached patch fixes this spelling error in:

- several code comments
- one debug message
- two ChangeLog entries

There is one remaining instance, but it concerns a variable name in a Javascript demo (static-http/ajamdemo.html):

var transferedchan = "";

This variable seems to be unused, so it can probably be removed altogether.
Comments:By: Richard Mudgett (rmudgett) 2013-12-18 11:25:16.299-0600

The ChangeLog is a generated file of SVN commit messages.  Correcting it requires correcting the SVN commit messages.

By: Jeremy Lainé (sharky) 2013-12-18 12:06:08.048-0600

OK, nevermind the ChangeLog entries, can we fix the rest?