X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Flicenses.c;h=73651fcd657aaa01e460537232945c42d21f47f5;hp=ca8bc73d0d58e0be508ab6e5f4cc5352a0af1072;hb=d1a951b82386391b82e48b32403891f85e253565;hpb=55d814230f7fb628bb5303cd53498209c7928040 diff --git a/tools/ccanlint/licenses.c b/tools/ccanlint/licenses.c index ca8bc73d..73651fcd 100644 --- a/tools/ccanlint/licenses.c +++ b/tools/ccanlint/licenses.c @@ -92,7 +92,7 @@ const struct license_info licenses[] = { }, }; -/* License compatibilty chart (simplified: we don't test that licenses between +/* License compatibility chart (simplified: we don't test that licenses between * files are compatible). */ #define O true #define X false @@ -130,7 +130,7 @@ bool license_compatible[LICENSE_UNKNOWN+1][LICENSE_UNKNOWN] = { #undef O /* See GPLv2 and v2 (basically same wording) for interpreting versions: - * the "any later version" means the recepient can choose. */ + * the "any later version" means the recipient can choose. */ enum license which_license(struct doc_section *d) { if (!d)