From 2001bd4611616dd7a5e9e1e603dfd903f5ed5bc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 4 Dec 1996 17:59:19 -0800
Subject: [PATCH] oops, fixed a typo

Rev: src/modules/call_out/call_out.c:1.5
---
 src/modules/call_out/call_out.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/call_out/call_out.c b/src/modules/call_out/call_out.c
index 3a45ede2e8..536de0b50a 100644
--- a/src/modules/call_out/call_out.c
+++ b/src/modules/call_out/call_out.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: call_out.c,v 1.4 1996/12/05 00:47:43 hubbe Exp $");
+RCSID("$Id: call_out.c,v 1.5 1996/12/05 01:59:19 hubbe Exp $");
 #include "array.h"
 #include "dynamic_buffer.h"
 #include "object.h"
@@ -174,7 +174,7 @@ static void count_memory_in_call_outs(struct callback *foo,
 {
   push_text("num_call_outs");
   push_int(num_pending_calls);
-  push_text("call_out_memory");
+  push_text("call_out_bytes");
   push_int(call_buffer_size * sizeof(call_out **)+
 	   num_pending_calls * sizeof(call_out));
 }
-- 
GitLab