| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ebe2921 commit 0ac4e5d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -620,12 +620,12 @@ template <> | |||
| 620 | 620 | size_t FileWriter::Write(const ImmediateInfo::SerializeInfo& data) { | |
| 621 | 621 | if (is_debug) { | |
| 622 | 622 | std::string str = ToStr(data); | |
| 623 | - Debug("Write<ImmeidateInfo::SerializeInfo>() %s\n", str.c_str()); | ||
| 623 | + Debug("Write<ImmediateInfo::SerializeInfo>() %s\n", str.c_str()); | ||
| 624 | 624 | } | |
| 625 | 625 | ||
| 626 | 626 | size_t written_total = Write<AliasedBufferIndex>(data.fields); | |
| 627 | 627 | ||
| 628 | - Debug("Write<ImmeidateInfo::SerializeInfo>() wrote %d bytes\n", | ||
| 628 | + Debug("Write<ImmediateInfo::SerializeInfo>() wrote %d bytes\n", | ||
| 629 | 629 | written_total); | |
| 630 | 630 | return written_total; | |
| 631 | 631 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments