We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e343c commit fa08461Copy full SHA for fa08461
1 file changed
pack_base.h
@@ -257,7 +257,7 @@ namespace classdesc
257
}
258
else
259
if (fwrite(x,s,1,f)!=1)
260
- throw pack_error("filed to write data to stream");
+ throw pack_error("failed to write data to stream");
261
262
263
0 commit comments