diff --git a/ChangeLog b/ChangeLog index fd930c8ab855e105acb5c4b7099d537eaa46cf2e..f6e77e80eeabaed3ea2e85d3ca60e0cd169ae9d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-29 Per Cederqvist <ceder@moria> + + * src/server/aux-items.c: Fixed typo in comment. + 2001-12-28 Per Cederqvist <ceder@moria> Talk about character sets. (Bug 339). diff --git a/src/server/aux-items.c b/src/server/aux-items.c index 268cb75df250d319fa254476619cb4c1f72ee95a..52f57a5f81f999dc07cba3aad99c091a9e392e54 100644 --- a/src/server/aux-items.c +++ b/src/server/aux-items.c @@ -1,5 +1,5 @@ /* - * $Id: aux-items.c,v 1.33 2001/12/28 20:28:59 ceder Exp $ + * $Id: aux-items.c,v 1.34 2001/12/28 23:33:07 ceder Exp $ * Copyright (C) 1994-2001 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -1056,7 +1056,7 @@ static Bool aux_item_validate(Aux_item_validation_data validation_data) * persons it is the person and for conferences it is the * conference supervisor. * OWNER_CHECK is TRUE when this function is supposed to check author - * and supervisor-brelated flags. The only case when this is to + * and supervisor-related flags. The only case when this is to * be FALSE is when checking author or supervisor makes not sense, * such as when creating a completely new conference. * ADD_TO_LIST is the item list to add to, or NULL.