From 7970de8acc01af5ecef044374c26ecb33b7cd069 Mon Sep 17 00:00:00 2001 From: skadro <55257066+skadro-official@users.noreply.github.com> Date: Thu, 3 Jun 2021 15:00:07 +0200 Subject: [PATCH] Update main.cpp --- files/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/main.cpp b/files/main.cpp index cf7f5f3..ae8ae7f 100644 --- a/files/main.cpp +++ b/files/main.cpp @@ -4,7 +4,7 @@ int main() { auto testString = skCrypt("TestString"); // encrypted at compile-time - printf(testString); // automatic decryption on usage (alternatevly .decrypt()) + printf(testString); // automatic decryption on usage (alternatively .decrypt()) testString.encrypt(); // encrypt after usage if needed again // or