From: Kern Sibbald Date: Sat, 25 Jul 2009 13:31:40 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-7.0.0~2650^2~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b2f8d54048d69debe6ad2b16c2b500dbaf992a8;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) {