diff --git a/wiringpi2.py b/wiringpi2.py index 098fec2..5fb5c37 100644 --- a/wiringpi2.py +++ b/wiringpi2.py @@ -658,7 +658,7 @@ class GPIO(object): def softPwmCreate(self,*args): return softPwmCreate(*args) def softPwmWrite(self,*args): - return sofPwmWrite(*args) + return softPwmWrite(*args) def softToneCreate(self,*args): return softToneCreate(*args)