diff --git a/plist-cil/BinaryPropertyListParser.cs b/plist-cil/BinaryPropertyListParser.cs index c94fbe9..3dbeda4 100644 --- a/plist-cil/BinaryPropertyListParser.cs +++ b/plist-cil/BinaryPropertyListParser.cs @@ -158,7 +158,7 @@ namespace Claunia.PropertyList //Read all bytes into a list byte[] buf = PropertyListParser.ReadAll(fs); - // Don't close the stream - that would be the responisibility of code that class + // Don't close the stream - that would be the responsibility of code that class // Parse return Parse(buf); }