From 04962495444b5cf743c618aeefd29fa4594d7def Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 11 Dec 2008 19:57:04 +0000 Subject: [PATCH 1/1] Correct typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8142 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/record.h b/bacula/src/stored/record.h index 6fb787754d..eb3f91f9e2 100644 --- a/bacula/src/stored/record.h +++ b/bacula/src/stored/record.h @@ -125,7 +125,7 @@ struct DEV_RECORD { #define SOS_LABEL -4 /* Start of Session */ #define EOS_LABEL -5 /* End of Session */ #define EOT_LABEL -6 /* End of physical tape (2 eofs) */ -#define SOB_LABLE -7 /* Start of object -- file/directory */ +#define SOB_LABEL -7 /* Start of object -- file/directory */ #define EOB_LABEL -8 /* End of object (after all streams) */ /* -- 2.39.5