Merge pull request #50 from thomasjp/master
Corrected typo in AUTOPUSH_MSG (reqest -> request)
diff --git a/lib/duo.c b/lib/duo.c
index 02533a7..db82235 100644
--- a/lib/duo.c
+++ b/lib/duo.c
@@ -39,7 +39,7 @@
#define DUO_LIB_VERSION "libduo/" PACKAGE_VERSION
#define DUO_API_VERSION "/rest/v1"
-#define AUTOPUSH_MSG "Autopushing login reqest to phone..."
+#define AUTOPUSH_MSG "Autopushing login request to phone..."
#define AUTOPHONE_MSG "Calling your phone..."
#define AUTODEFAULT_MSG "Using default second-factor authentication."
#define ENV_VAR_MSG "Reading $DUO_PASSCODE..."