diff --git a/wiringpi2.py b/wiringpi2.py index a9fc944..1d596e5 100644 --- a/wiringpi2.py +++ b/wiringpi2.py @@ -674,7 +674,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)