--- a/src/lte/model/eps-bearer.h Wed Dec 19 17:34:54 2012 +0100
+++ b/src/lte/model/eps-bearer.h Mon Jan 21 17:10:14 2013 +0100
@@ -55,8 +55,8 @@
*/
AllocationRetentionPriority ();
uint8_t priorityLevel; // /< 1-15; 1 = highest
- bool preemprionCapability; // /< true if bearer can preempt others
- bool preemprionVulnerability; // true if bearer can be preempted by others
+ bool preemptionCapability; // /< true if bearer can preempt others
+ bool preemptionVulnerability; // true if bearer can be preempted by others
};
/**