commit 722dadfb5117404d27fb85b7aa038ab0e72bbb52
parent a8004436319fb31dd185ea8e2c449a6aa0cd7743
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 25 Mar 2023 10:36:40 +0100
fix(caldav): typo in confirmation screen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/caldav.c b/src/caldav.c
@@ -318,7 +318,7 @@ char* get_oauth_code(const char* verifier, WINDOW* header) {
"<body>"
"<p><b>Authorization successfull.</b></p>"
"<p>You consented that diary can access your Google calendar.<br/>"
- "Pleasee close this window and return to diary.</p>"
+ "Please close this window and return to diary.</p>"
"</body>"
"</html>";