From aa9246f2a0907b3e86a7c5f4d3ed9bd3141350e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 4 Jul 1999 01:18:39 -0700
Subject: [PATCH] fixed a typo in the autodoc

Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike:1.5
---
 lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike b/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
index 62e0627668..4423cf555a 100644
--- a/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
+++ b/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike
@@ -1,4 +1,4 @@
-//  $Id: Session.pike,v 1.4 1999/07/01 12:57:26 mirar Exp $
+//  $Id: Session.pike,v 1.5 1999/07/04 08:18:39 hubbe Exp $
 //! module Protocols
 //! submodule LysKOM
 //! class Session
@@ -618,7 +618,7 @@ int(1..1) logout()
 //!	<elem name=foot_to type="Text|array(Text)">what text(s) is footnoted</elem>
 //!	<elem></elem>
 //!	<elem name=anonymous type="int(0..1)">send text anonymously</elem>
-//!	</data-description>
+//!	</data_description>
 //!		
 //! note:
 //!	The above marked with a '*' is only available on a protocol 10
-- 
GitLab