Trivial typo fix.
[dss.git] / snap.h
diff --git a/snap.h b/snap.h
index 063a38e2497f86eba22416679fc4b37137f2d94e..afac5e9554ab6eae991e796bbf386bddb82d8540 100644 (file)
--- 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;