OSDN Git Service

fix typo
authorltinkl <ltinkl@e1914e07-63f8-0310-9059-d6d858d7cdca>
Sat, 26 Jun 2004 14:24:45 +0000 (14:24 +0000)
committerltinkl <ltinkl@e1914e07-63f8-0310-9059-d6d858d7cdca>
Sat, 26 Jun 2004 14:24:45 +0000 (14:24 +0000)
git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@704 e1914e07-63f8-0310-9059-d6d858d7cdca

taskjuggler/Allocation.h

index 2a67016..2f92dba 100644 (file)
@@ -72,14 +72,14 @@ public:
         lockedResource = 0;
         conflictStart = 0;
     }
-    
+
 private:
     /**
      * Limit values that regulate how many allocations can be made per
      * day/week/month.
      */
     UsageLimits* limits;
-    
+
     /// The shifts that can limit the allocation to certain intervals.
     ShiftSelectionList shifts;
 
@@ -97,7 +97,7 @@ private:
      */
     bool mandatory;
 
-    /// The persintent resource picked by the scheduler.
+    /// The persistent resource picked by the scheduler.
     Resource* lockedResource;
 
     /// Start of a resource conflict. Used during scheduling only.