From: Marco van Wieringen Date: Sat, 9 Apr 2011 21:12:24 +0000 (+0200) Subject: Fix typo. X-Git-Tag: Release-7.0.0~963 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d926ec23868c525f620f470342855099871dbd6f;p=bacula%2Fbacula Fix typo. --- diff --git a/bacula/src/cats/make_sqlite3_tables.in b/bacula/src/cats/make_sqlite3_tables.in index 63fe69c9e9..e32bc05cd5 100644 --- a/bacula/src/cats/make_sqlite3_tables.in +++ b/bacula/src/cats/make_sqlite3_tables.in @@ -58,7 +58,7 @@ CREATE TABLE RestoreObject ( ObjectIndex INTEGER DEFAULT 0, ObjectType INTEGER DEFAULT 0, FileIndex INTEGER UNSIGNED DEFAULT 0, - ObejctCompression INTEGER DEFAULT 0, + ObjectCompression INTEGER DEFAULT 0, JobId INTEGER UNSIGNED REFERENCES Job NOT NULL, PRIMARY KEY(RestoreObjectId) );