Skip to content

Commit 76011bb

Browse files
committed
Typo
1 parent fc5599f commit 76011bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scm-to-cereal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
int main(int argc, char* argv[])
3434
{
3535
cxxopts::Options options("scm-to-cereal",
36-
"Convert a CVSSP .scm morphable model file to an eos (Cereal) .bin file.");
36+
"Convert a CVSSP .scm morphable model file to an eos (cereal) .bin file.");
3737
// clang-format off
3838
options.add_options()
3939
("h,help", "display the help message")

0 commit comments

Comments
 (0)