RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
190 stars 221 forks source link

Change typo in REstricted -> Restricted #147

Closed raidan2 closed 8 years ago

raidan2 commented 8 years ago

What I really want is to understand: is it worth it to finally fix all such typos in method names like

    public void setAddressRepresentationREstrictedIndicator(int addressRepresentationREstrictedIndicator) {
        this.addressRepresentationRestrictedIndicator = addressRepresentationREstrictedIndicator;
    }

i.e. setAddressRepresentationREstrictedIndicator -> setAddressRepresentationRestrictedIndicator?

I could do it. I believe it should be done since we have version 8.

deruelle commented 8 years ago

Thanks @raidan2. Can you accept the Contributor License agreement at http://www.telestax.com/open-source/#Contribute so we can accept your contributions ?

raidan2 commented 8 years ago

@deruelle, done.

vetss commented 8 years ago

I have added your commit. Thanks for your work.