summaryrefslogtreecommitdiff
path: root/exampleCode/player/audiomanagertypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'exampleCode/player/audiomanagertypes.h')
-rwxr-xr-xexampleCode/player/audiomanagertypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleCode/player/audiomanagertypes.h b/exampleCode/player/audiomanagertypes.h
index 3fa3137..8ac58b7 100755
--- a/exampleCode/player/audiomanagertypes.h
+++ b/exampleCode/player/audiomanagertypes.h
@@ -139,7 +139,7 @@ namespace am {
* @author Christian Mueller
* @created 07-Mar-2012 6:06:14 PM
*/
- enum am_Availablility_e
+ enum am_Availability_e
{
/**
* default
@@ -427,7 +427,7 @@ namespace am {
/**
* the current availability state
*/
- am_Availablility_e availability;
+ am_Availability_e availability;
/**
* the reason for the last change. This can be used to trigger events that deal
* with state changes.