]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - doc/Programming-Guide/Groups.dox
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / doc / Programming-Guide / Groups.dox
index 18347044fce00414ceb8c0938fd26373f4db73e8..7ad4be718863265eea873eb19a7d59bf8e460e33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -52,7 +52,7 @@
  *      Any good application has a set of tests to ensure it stays
  *      in a good condition. Squid tends to use cppunit tests.
  \par
- *      It is preferrable to automated tests for units of functionality. There
+ *      It is preferable to automated tests for units of functionality. There
  *      is a boilerplate for tests in "src/tests/testBoilerplate.[cc|h]". New
  *      tests need to be added to src/Makefile.am to build and run them during
  *      "make check". To add a new test script, just copy the references to
  * 
  \par
  *      Squid uses events to process asynchronous actions.
- *      These mehods are registered as callbacks to receive notice whenever a
+ *      These methods are registered as callbacks to receive notice whenever a
  *      specific event occurs.
  */
 
 /**
  \defgroup Timeouts            Timeouts
\todo DOCS: document Timeouts.
* TODO: Write Documentation about Timeouts.
  */
 
 /**
  \defgroup ServerProtocolHTTP HTTP
  \ingroup ServerProtocol
- \todo Write Documentation about HTTP
+ * TODO: Write Documentation about HTTP.
  */
 
 /**
 /**
  \defgroup ServerProtocolWAIS WAIS
  \ingroup ServerProtocol
- \todo Write Documentation about Wais
+ * TODO: Write Documentation about Wais.
  */
 
 /**
  \defgroup ServerProtocolPassthru Passthru
  \ingroup ServerProtocol
- \todo Write Documentation about Passthru
+ * TODO: Write Documentation about Passthru.
  */