summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/dataTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/dataTypes.h')
-rw-r--r--AudioManagerDaemon/dataTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AudioManagerDaemon/dataTypes.h b/AudioManagerDaemon/dataTypes.h
index 2f17637..604e7aa 100644
--- a/AudioManagerDaemon/dataTypes.h
+++ b/AudioManagerDaemon/dataTypes.h
@@ -73,7 +73,7 @@ public:
/**This class describes the interrupt Type.
* \var ID the ID of the Interrupt (unique)
* \var connID the Connection ID that is used
- * \var sourceI the SourceID of the Interrupt
+ * \var sourceID the SourceID of the Interrupt
* \var sinkID the sinkID of the interrupt
* \var mixed true if interrupt is mixed into current audio
* \var listInterruptSources the list of the interrupted sources.
@@ -85,7 +85,7 @@ public:
source_t sourceID;
sink_t SinkID;
bool mixed;
- QList<source_t> listInterrruptedSources;
+ QList<source_t> listInterruptedSources;
};
#endif /* DATATYPES_H_ */