mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 11:04:26 +00:00
Fix typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user