Fix typos

async-managed-objects
Ilya Etingof 2018-10-17 23:28:26 +02:00
parent 534a5bb810
commit 40cfd938c4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class DgramSocketTransport(AbstractSocketTransport):
except socket.error:
raise error.CarrierError('setsockopt() for IP_TRANSPARENT failed: %s' % sys.exc_info()[1])
except OSError:
raise error.CarrierError('IP_TRANSPARENT socket option requires superusre previleges')
raise error.CarrierError('IP_TRANSPARENT socket option requires superuser priveleges')
debug.logger & debug.flagIO and debug.logger('enableTransparent: %s option IP_TRANSPARENT on socket %s' % (flag and "enabled" or "disabled", self.socket.fileno()))
return self