]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp_api.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / include / snmp_api.h
index 4a07a394181c1031e326fc8d7e47bc168a48fa8a..11a467f0740749e197cb85a3cc3843694362fffe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -97,7 +97,7 @@ int snmp_close(struct snmp_session *);
  * of outstanding requests on this session, then send the pdu.
  * Returns the request id of the generated packet if applicable, otherwise 1.
  * On any error, 0 is returned.
- * The pdu is freed by snmp_send() unless a failure occured.
+ * The pdu is freed by snmp_send() unless a failure occurred.
  */
 int snmp_send(struct snmp_session *, struct snmp_pdu *);