From 6af691959b840400e9c8d36923f27b18c50aa5c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 17 Jun 2002 13:46:58 +0200
Subject: [PATCH] Fixed typo.

Rev: lib/modules/Protocols.pmod/LPD.pmod:1.9
---
 lib/modules/Protocols.pmod/LPD.pmod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Protocols.pmod/LPD.pmod b/lib/modules/Protocols.pmod/LPD.pmod
index 298975c723..1cfd7ba1b0 100644
--- a/lib/modules/Protocols.pmod/LPD.pmod
+++ b/lib/modules/Protocols.pmod/LPD.pmod
@@ -3,7 +3,7 @@
 // This is a module for pike.
 // 3 July 1998 <hww3@riverweb.com> Bill Welliver
 //
-// $Id: LPD.pmod,v 1.8 2002/06/17 10:54:29 mast Exp $
+// $Id: LPD.pmod,v 1.9 2002/06/17 11:46:58 grubba Exp $
 //
 
 #pike __REAL_VERSION__
@@ -229,7 +229,7 @@ werror("job file:\n\n" + control  + "\n\n");
 //! Contains the hostname or ipaddress of the print host.
 //! if not provided, defaults to @i{localhost@}.
 //! @param portnum
-//! Cntains the port the print host is listening on.
+//! Contains the port the print host is listening on.
 //! if not provided, defaults to port @i{515@}, the RFC 1179 standard.
   void create(string|void hostname, int|void portnum)
   {
-- 
GitLab