Fix: Some typos found using codespell
This commit is contained in:
@@ -154,13 +154,13 @@ protected:
|
||||
header = &src[1];
|
||||
}
|
||||
|
||||
/** blob header accessor - use it rather than using the pointer arithmetics directly - non-const version */
|
||||
/** blob header accessor - use it rather than using the pointer arithmetic directly - non-const version */
|
||||
inline BlobHeader& Hdr()
|
||||
{
|
||||
return *(header - 1);
|
||||
}
|
||||
|
||||
/** blob header accessor - use it rather than using the pointer arithmetics directly - const version */
|
||||
/** blob header accessor - use it rather than using the pointer arithmetic directly - const version */
|
||||
inline const BlobHeader& Hdr() const
|
||||
{
|
||||
return *(header - 1);
|
||||
|
Reference in New Issue
Block a user