]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cdp.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / print-cdp.c
index 109c04c7d2fe3d65c6a9b4dbb5e718ad2b48fc6d..932f7bccea6803d84bc8e529aa1f9133a01a645f 100644 (file)
@@ -171,7 +171,7 @@ cdp_print(netdissect_options *ndo,
                        for (i=0;i<len;i++) {
                            j = *(tptr+i);
                            ND_PRINT((ndo, "%c", j));
-                           if (j == 0x0a) /* lets rework the version string to get a nice identation */
+                           if (j == 0x0a) /* lets rework the version string to get a nice indentation */
                                ND_PRINT((ndo, "\t  "));
                        }
                        break;