aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-01-02 22:28:18 -0600
committerDavid Barksdale <amatus@amatus.name>2014-01-02 22:28:18 -0600
commitb08cea166dc94c54740e3847d6efa23810783023 (patch)
tree3a34667ac1379c794e8d9bb16aab72769efe06d1
parent70ee10bbffadf62fc7652f2a5f89bf252e1b3cd2 (diff)
Fix typo in README.md
-rw-r--r--flags/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/README.md b/flags/README.md
index 88a133f..04040a4 100644
--- a/flags/README.md
+++ b/flags/README.md
@@ -98,8 +98,8 @@ Synopsis
The make-keys.rsa program is a python script which generates the rsa.keys
keystore containing a private and public key for "Alice" and a public key for
"Bob".
-The rsa-runner program is a setgid wrapper for rsa.py, since interpred scripts
-cannot be run setgid.
+The rsa-runner program is a setgid wrapper for rsa.py, since interpreted
+scripts cannot be run setgid.
The rsa.py program reads the flag file and the keystore into memory and then
starts a TCPServer to handle requests. When a request is received it is
unpickled into a python object and the "request" property is examined.