fix casette spelling

This commit is contained in:
Kelvin Sherlock 2020-09-15 18:03:05 -04:00
parent 531c3096e9
commit 4ca9d2caaf
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@
b = [[MediaCategory alloc] initWithTitle: @"3.5\" Floppies"];
c = [[MediaCategory alloc] initWithTitle: @"Hard Drives"];
d = [[MediaCategory alloc] initWithTitle: @"CD-ROMs"];
e = [[MediaCategory alloc] initWithTitle: @"Casettes"];
e = [[MediaCategory alloc] initWithTitle: @"Cassettes"];
_data[0] = a;