summaryrefslogtreecommitdiff
path: root/src/utilcode/utilmessagebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilcode/utilmessagebox.cpp')
-rw-r--r--src/utilcode/utilmessagebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilcode/utilmessagebox.cpp b/src/utilcode/utilmessagebox.cpp
index 737e89b15f..83e2831c20 100644
--- a/src/utilcode/utilmessagebox.cpp
+++ b/src/utilcode/utilmessagebox.cpp
@@ -253,7 +253,7 @@ int MessageBoxImpl(
if (activatedActivationContext) {
DeactivateActCtx(0, cookie);
- ReleaseActCtx(hActCtx); // perf isn’t important so we won’t bother caching the actctx
+ ReleaseActCtx(hActCtx); // perf isn't important so we won't bother caching the actctx
}
return result;