From b0286c9c4d7cd05078f0fbef9497b388ec5eaa4e Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Tue, 4 Mar 2008 18:55:54 +0000 Subject: [PATCH] Half-fix for amb1218 - typo in ns.inc --- plugins/include/ns.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/ns.inc b/plugins/include/ns.inc index 084286f0..6bbff8f0 100755 --- a/plugins/include/ns.inc +++ b/plugins/include/ns.inc @@ -35,7 +35,7 @@ forward client_changeclass(id, newclass, oldclass); /** - * Called whenever the client builds a structyure. + * Called whenever the client builds a structure. * * @param idPlayer The player index who triggered the building. * @param idStructure The structure index that was created.