Skip to content

Commit

Permalink
Fixed typo: digtal_signatures => digital_signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Worrell committed Aug 17, 2014
1 parent a810184 commit c26b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cybox/objects/code_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ class Code(ObjectProperties):
start_address = cybox.TypedField('Start_Address', HexBinary)
code_segment = cybox.TypedField('Code_Segment', String)
code_segment_xor = cybox.TypedField('Code_Segment_XOR', CodeSegmentXOR)
digtal_signatures = cybox.TypedField('Digital_Signatures', DigitalSignatureList)
digital_signatures = cybox.TypedField('Digital_Signatures', DigitalSignatureList)
extracted_features = cybox.TypedField('Extracted_Features', ExtractedFeatures)

0 comments on commit c26b786

Please sign in to comment.