]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mix.h
Assorted typo fixes in comments.
[paraslash.git] / mix.h
diff --git a/mix.h b/mix.h
index 1141ce599409824bc772b35a2d7e56fd7c9be454..305e9d80aaa1d742649fb77021b24fddc65c9b5d 100644 (file)
--- a/mix.h
+++ b/mix.h
@@ -31,6 +31,6 @@ struct mixer {
        int (*get)(struct mixer_handle *handle);
        /** Change the value of the selected channel. */
        int (*set)(struct mixer_handle *handle, int val);
-       /** Free all ressources associated with the given handle. */
+       /** Free all resources associated with the given handle. */
        void (*close)(struct mixer_handle **handle);
 };