]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct typo
authorKern Sibbald <kern@sibbald.com>
Thu, 11 Dec 2008 19:57:04 +0000 (19:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 11 Dec 2008 19:57:04 +0000 (19:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8142 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/record.h

index 6fb787754dd73fbf8666fd49ce4dfc3d6af462d6..eb3f91f9e2d9a0f04c352be755bc724f0dba0d65 100644 (file)
@@ -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) */
 
 /*