5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2025-03-19 22:50:36 +03:00

format/examples: Fix typo in PXAR_PAYLOAD description

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
(cherry picked from commit f5be8e5c6d1ee238e2fa51ec3506db2086de5829)
This commit is contained in:
Christian Ebner 2024-02-28 15:01:51 +01:00 committed by Fabian Grünbichler
parent 4f433681f3
commit f301ce72ce
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const CONSTANTS: &[(&str, &str, &str)] = &[
"__PROXMOX_FORMAT_HARDLINK__",
),
(
"Marks the beginnig of the payload (actual content) of regular files",
"Marks the beginning of the payload (actual content) of regular files",
"PXAR_PAYLOAD",
"__PROXMOX_FORMAT_PXAR_PAYLOAD__",
),

View File

@ -97,7 +97,7 @@ pub const PXAR_FCAPS: u64 = 0x2da9dd9db5f7fb67;
pub const PXAR_QUOTA_PROJID: u64 = 0xe07540e82f7d1cbb;
/// Marks item as hardlink
pub const PXAR_HARDLINK: u64 = 0x51269c8422bd7275;
/// Marks the beginnig of the payload (actual content) of regular files
/// Marks the beginning of the payload (actual content) of regular files
pub const PXAR_PAYLOAD: u64 = 0x28147a1b0b7c1a25;
/// Marks item as entry of goodbye table
pub const PXAR_GOODBYE: u64 = 0x2fec4fa642d5731d;