Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jul 31, 2024
1 parent 7a3d104 commit eee6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluxsink/a2rfluxsink.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace
Bytes info;
auto writer = info.writer();
writer.write_8(A2R_INFO_CHUNK_VERSION);
auto version_str_padded = fmt::format("{: <32}", "Fluxengine");
auto version_str_padded = fmt::format("{: <32}", "FluxEngine");
assert(version_str_padded.size() == 32);
writer.append(version_str_padded);
writer.write_8(A2R_DISK_35);
Expand Down

0 comments on commit eee6f95

Please sign in to comment.