Skip to content

Commit df9f354

Browse files
authored
Spelling (#988)
1 parent f3deee4 commit df9f354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nab/src/org/labkey/nab/NabAssayRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ else if (null != dataWithHandlerType)
133133
captions.add(shortCaption);
134134

135135
Map<PropertyDescriptor, Object> sampleProperties = samplePropertiesMap.get(getSampleKey(summary));
136-
String sampleKeyWithVirus = getSampleKeyForResultPoperties(summary, virusTable);
136+
String sampleKeyWithVirus = getSampleKeyForResultProperties(summary, virusTable);
137137
DilutionResultProperties props = allProperties.get(sampleKeyWithVirus);
138138
sampleResults.add(new SampleResult(_provider, outputObject, summary, key, sampleProperties, props));
139139
}

0 commit comments

Comments
 (0)