From 551ae2318396d9f1ee0a00bed2b94f0b9c9e9c55 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 16 Mar 2009 17:19:28 +0100 Subject: [PATCH] Trivial typo fix. --- snap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap.h b/snap.h index 063a38e..afac5e9 100644 --- a/snap.h +++ b/snap.h @@ -40,7 +40,7 @@ enum snapshot_status_flags { SS_BEING_DELETED = 2, }; -/** Desribes one snapshot */ +/** Describes one snapshot. */ struct snapshot { /** The name of the directory, relative to the destination dir. */ char *name; -- 2.39.2