X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/219dc95cf771d5ba07aa19a3b33002a649682060..348ef7809bd9e7eda327e3c4cec0a963b245f0fb:/disobedience/client.c?ds=sidebyside diff --git a/disobedience/client.c b/disobedience/client.c index 8a300c4..506212b 100644 --- a/disobedience/client.c +++ b/disobedience/client.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2006 Richard Kettlewell + * Copyright (C) 2006, 2007 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -165,7 +165,7 @@ static const disorder_eclient_callbacks gtkclient_callbacks = { gtkclient_report }; -/** @brief Create a @ref disorder_ecliient using the GLib main loop */ +/** @brief Create a @ref disorder_eclient using the GLib main loop */ disorder_eclient *gtkclient(void) { GSource *source; struct eclient_source *esource;