Skip to content

Commit 057291e

Browse files
author
尧杰 曾
committed
fix misspelled
1 parent 2c336da commit 057291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CDK/DatabaseManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private bool KeyVailed(CDKData cdk)
3333
{
3434
if(cdk.Items.Length != cdk.Amount.Length)
3535
{
36-
Logger.LogError(String.Format("CDK:{0} Items and Amount Colunm length not equal! ",cdk.CDK));
36+
Logger.LogError(String.Format("CDK:{0} Items and Amount Column length not equal! ",cdk.CDK));
3737
return false;
3838
}
3939
for(int i= 0; i<cdk.Items.Length;i++)

0 commit comments

Comments
 (0)