PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

Changing "IpAdress" to "IpAddress" #111

Closed di-tran closed 7 years ago

di-tran commented 8 years ago

Certain params are spelled with "ipAdress" instead of correct spelling "ipAddress" in PHBridgeSearching.h:

 @param searchIpAdress Indicates whether IP adress searcg should be used for searching
 @returns PHBridgeSearch instance
 */
- (id)initWithUpnpSearch:(BOOL)searchUpnp andPortalSearch:(BOOL)searchPortal andIpAdressSearch:(BOOL)searchIpAdress;

Would this be something we should change? I can do a pull request if needed.

jhvdb87 commented 7 years ago

Fixed in v1.11.3beta