Fixed compiler warnings and typos

This commit is contained in:
Michael Starke
2021-09-23 22:23:38 +02:00
parent b478b47d3d
commit 5652abfb1e
5 changed files with 11 additions and 9 deletions

View File

@@ -29,7 +29,7 @@
self.tree = [[KPKTree alloc] init];
self.tree.root = [[KPKGroup alloc] init];
/* FIXEM weak! */
/* FIXME: weak! */
self.inheritingGroup = [self.tree createGroup:self.tree.root];
self.includedGroup = [self.tree createGroup:self.tree.root];
self.excludedGroup = [self.tree createGroup:self.tree.root];