]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/rfcnb/rfcnb-util.c
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / rfcnb / rfcnb-util.c
index 77f3ea3af3dcf34c2723e568d086f0f35f6e8168..36731f750c3589b27b8378fbc9d6f1be0b4cc3b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 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.
@@ -158,7 +158,7 @@ RFCNB_Print_Hex(FILE * fd, struct RFCNB_Pkt *pkt, int Offset, int Len)
 
     j = 0;
 
-    /* We only want to print as much as sepcified in Len */
+    /* We only want to print as much as specified in Len */
 
     while (pkt_ptr != NULL) {
 
@@ -478,7 +478,7 @@ RFCNB_Session_Req(struct RFCNB_Con *con,
 
     switch (RFCNB_Pkt_Type(resp)) {
 
-    case RFCNB_SESSION_REJ:     /* Didnt like us ... too bad */
+    case RFCNB_SESSION_REJ:     /* Didn't like us ... too bad */
 
         /* Why did we get rejected ? */