From: Andre Noll Date: Mon, 16 Mar 2009 16:19:28 +0000 (+0100) Subject: Trivial typo fix. X-Git-Tag: v0.1.3~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=551ae2318396d9f1ee0a00bed2b94f0b9c9e9c55;ds=sidebyside Trivial typo fix. --- 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;