summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
committerEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
commit24f85bc165077c8089d1d79e33c524573b90f68d (patch)
tree330371f75e9eb6daaf740ddf3606c9769bbc35ba /scripts
parentc5a870b30c43914ed8414b9f54bed3da27057d79 (diff)
downloadalpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README2
-rwxr-xr-xscripts/ooauth2.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/README b/scripts/README
index b2d07bc..ccf7354 100644
--- a/scripts/README
+++ b/scripts/README
@@ -16,7 +16,7 @@ server.
The script will give you a url and a code. Open the url with a browser and enter
the code where requested. You will be redirected to login with your username
- and password. After a succesful login, you will be asked to authorize
+ and password. After a successful login, you will be asked to authorize
the app. Once you have authorized the app, close that window and return to
this script. Press "ENTER" and you will see your refresh-token, access-token
and total amount of time (in seconds) that your token is valid. This is typically
diff --git a/scripts/ooauth2.py b/scripts/ooauth2.py
index d11d925..8492c2c 100755
--- a/scripts/ooauth2.py
+++ b/scripts/ooauth2.py
@@ -29,7 +29,7 @@ IMAP or SMTP server.
The script will give you a url and a code. Open the url with a browser and enter
the code where requested. You will be redirected to login with your username
- and password. After a succesful login, you will be asked to authorize
+ and password. After a successful login, you will be asked to authorize
the app. Once you have authorized the app, close that window and return to
this script. Press "ENTER" and you will see your refresh-token, access-token
and total amount of time (in seconds) that your token is valid. This is typically