From bac02e9483f5555e8c9b26d88511674511f6735c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 25 Jul 2009 15:31:40 +0200 Subject: [PATCH] Fix typo --- bacula/src/stored/append.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5