diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-29 10:08:14 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-29 11:36:05 +0300 |
| commit | ca16c3821053e5bf2b87aeb10007f73f31dc1eac (patch) | |
| tree | 28b394ba7ef2e107c5fb3112c7ba97f01b6915f1 /tests/thread/stress_aes.py | |
| parent | e5e49bedcb0ed353ee22ba99078301d9ccd87dbf (diff) | |
various: Spelling fixes
Diffstat (limited to 'tests/thread/stress_aes.py')
| -rw-r--r-- | tests/thread/stress_aes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/stress_aes.py b/tests/thread/stress_aes.py index ecc963c92..df75e616c 100644 --- a/tests/thread/stress_aes.py +++ b/tests/thread/stress_aes.py @@ -8,7 +8,7 @@ # # The AES code comes first (code originates from a C version authored by D.P.George) # and then the test harness at the bottom. It can be tuned to be more/less -# agressive by changing the amount of data to encrypt, the number of loops and +# aggressive by changing the amount of data to encrypt, the number of loops and # the number of threads. # # MIT license; Copyright (c) 2016 Damien P. George on behalf of Pycom Ltd |
