summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Encrypt.h')
-rw-r--r--Stars45/Encrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Encrypt.h b/Stars45/Encrypt.h
index d4336bf..bbba0bc 100644
--- a/Stars45/Encrypt.h
+++ b/Stars45/Encrypt.h
@@ -48,7 +48,7 @@
class Encryption
{
public:
- // private key encryption / decryption of
+ // private key encryption / decryption of
// arbitrary blocks of data
static Text Encrypt(Text block);
static Text Decrypt(Text block);