mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Fix typo
This commit is contained in:
@@ -158,7 +158,7 @@ namespace Claunia.PropertyList
|
|||||||
//Read all bytes into a list
|
//Read all bytes into a list
|
||||||
byte[] buf = PropertyListParser.ReadAll(fs);
|
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
|
// Parse
|
||||||
return Parse(buf);
|
return Parse(buf);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user