libFLAC/metadata_object.c : Fix typo in comment.
diff --git a/src/libFLAC/metadata_object.c b/src/libFLAC/metadata_object.c
index f9515f3..df1cb5e 100644
--- a/src/libFLAC/metadata_object.c
+++ b/src/libFLAC/metadata_object.c
@@ -1128,7 +1128,7 @@
 		if(total_samples % samples == 0)
 			num--;
 
-		/* Put a strict upper bound on he number of allows seekpoints. */
+		/* Put a strict upper bound on the number of allowed seek points. */
 		if (num > 32768) {
 			/* Set the bound and recalculate samples accordingly. */
 			num = 32786;