Skip to content
Snippets Groups Projects
Commit ed2771e3 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Fixed typo in comments

parent 71d38fb8
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,11 @@ struct ArchiveFile {
std::string diskInstance;
uint64_t fileSize;
/**
* The human readable checksum type. Ex: adler32
* The human readable checksum type. Ex: ADLER32
*/
std::string checksumType;
/**
* The human readable checksum value. Ex: 0x1292ab12
* The human readable checksum value. Ex: 0X1292AB12
*/
std::string checksumValue;
std::string storageClass;
......
......@@ -48,11 +48,11 @@ struct ArchiveRequest {
std::string srcURL;
uint64_t fileSize;
/**
* The human readable checksum type. Ex: adler32
* The human readable checksum type. Ex: ADLER32
*/
std::string checksumType;
/**
* The human readable checksum value. Ex: 0x1292ab12
* The human readable checksum value. Ex: 0X1292AB12
*/
std::string checksumValue;
std::string storageClass;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment