Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/services/context-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/services/context-proxy.c b/server/services/context-proxy.c
index 99e14066..ae4a2158 100644
--- a/server/services/context-proxy.c
+++ b/server/services/context-proxy.c
@@ -609,7 +609,7 @@ static void event_memory_map_changed(Channel * c, void * args) {
if (ctx != NULL) {
assert(*EXT(ctx->ctx) == ctx);
crear_memory_map_data(ctx);
- memory_map_event_mapping_chnaged(ctx->ctx);
+ memory_map_event_mapping_changed(ctx->ctx);
}
else if (p->rc_done) {
trace(LOG_ALWAYS, "Invalid ID in 'memory map changed' event: %s", id);

Back to the top