We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c336da commit 057291eCopy full SHA for 057291e
CDK/DatabaseManager.cs
@@ -33,7 +33,7 @@ private bool KeyVailed(CDKData cdk)
33
{
34
if(cdk.Items.Length != cdk.Amount.Length)
35
36
- Logger.LogError(String.Format("CDK:{0} Items and Amount Colunm length not equal! ",cdk.CDK));
+ Logger.LogError(String.Format("CDK:{0} Items and Amount Column length not equal! ",cdk.CDK));
37
return false;
38
}
39
for(int i= 0; i<cdk.Items.Length;i++)
0 commit comments