From: Kern Sibbald Date: Sat, 25 Jul 2009 13:31:40 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-5.0.0~333^2~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bac02e9483f5555e8c9b26d88511674511f6735c;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/stored/append.c b/bacula/src/stored/append.c index df97cc9df0..a458d4111e 100644 --- a/bacula/src/stored/append.c +++ b/bacula/src/stored/append.c @@ -148,7 +148,7 @@ bool do_append_data(JCR *jcr) * The stream header consists of the following: * file_index (sequential Bacula file index, base 1) * stream (Bacula number to distinguish parts of data) - * info (Info for Storage daemon -- compressed, encryped, ...) + * info (Info for Storage daemon -- compressed, encrypted, ...) * info is not currently used, so is read, but ignored! */ if ((n=bget_msg(ds)) <= 0) {