Typos and others.

This commit is contained in:
soukoku
2014-05-22 21:29:22 -04:00
parent 407a529268
commit 3b31c465e6
8 changed files with 18 additions and 24 deletions

View File

@@ -926,7 +926,7 @@ namespace NTwain.Data
{
if (toPopulate == null) { toPopulate = new List<object>(); }
var read = CapabilityReadOut.ReadValue(this);
var read = CapabilityReader.ReadValue(this);
switch (read.ContainerType)
{