fix a typo

Fixes a typo.
This commit is contained in:
Antti Majakivi 2017-06-05 23:09:15 +03:00 committed by GitHub
parent efd859ab02
commit 9a9f78030d

View File

@ -33,7 +33,7 @@ def main_loop():
raise RuntimeError('Python >= 3.5.3 is required to run ElectrumX')
if os.geteuid() == 0:
raise RuntimeError('DO NOT RUN AS ROOT! Create an unpriveleged user '
raise RuntimeError('DO NOT RUN AS ROOT! Create an unprivileged user '
'account and use that')
loop = asyncio.get_event_loop()