Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostislav Vasilikhin committed Feb 3, 2016
1 parent 878c798 commit 4a3fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/compression/compression_custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int compress_custom(const string& videoFile)
shared_ptr<Compressor> compressor = make_shared<MyLZWCompressor>();
Compressor::registerNew(compressor);

cout << "Trfying to save metadata using unregister compressor..." << endl;
cout << "Trying to save metadata using unregister compressor..." << endl;
if (mdStream.save("unknown_compressor_ID"))
cout << "VMF error: it shouldn't allow saving with unregistered compressor" << endl;
else
Expand Down

0 comments on commit 4a3fa6b

Please sign in to comment.