summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-07-20 19:05:35 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commitdc4f730ac95837590e8305f69778d1049e4a545e (patch)
tree176fac9481db29c07a99576759d0bcb5e2aa46bb /libs/ardour/ardour/types.h
parent03e99e986683a8ee9848b966d4d9d13b7e3abc45 (diff)
initial (incomplete) framework for DiskIOPoint manipulation
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index bf32e85cd0..3999c36aa3 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -195,7 +195,7 @@ namespace ARDOUR {
enum DiskIOPoint {
DiskIOPreFader, /* after the trim control, but before other processors */
DiskIOPostFader, /* before the main outs, after other processors */
- DiskIOCaustom, /* up to the user. Caveat Emptor! */
+ DiskIOCustom, /* up to the user. Caveat Emptor! */
};
enum MeterType {