Skip to content
Snippets Groups Projects
Commit edec1706 authored by cramakri's avatar cramakri
Browse files

Corrected typo.

SVN: 26954
parent 4a855191
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
// //
// CIDOBIpadEntity.h // CISDOBIpadEntity.h
// BisMac // BisMac
// //
// Created by Ramakrishnan Chandrasekhar on 10/1/12. // Created by Ramakrishnan Chandrasekhar on 10/1/12.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#import <CoreData/CoreData.h> #import <CoreData/CoreData.h>
@interface CIDOBIpadEntity : NSManagedObject @interface CISDOBIpadEntity : NSManagedObject
@property (nonatomic, retain) NSString * summaryHeader; @property (nonatomic, retain) NSString * summaryHeader;
@property (nonatomic, retain) NSString * summary; @property (nonatomic, retain) NSString * summary;
......
...@@ -14,17 +14,17 @@ ...@@ -14,17 +14,17 @@
* limitations under the License. * limitations under the License.
*/ */
// //
// CIDOBIpadEntity.m // CISDOBIpadEntity.m
// BisMac // BisMac
// //
// Created by Ramakrishnan Chandrasekhar on 10/1/12. // Created by Ramakrishnan Chandrasekhar on 10/1/12.
// //
// //
#import "CIDOBIpadEntity.h" #import "CISDOBIpadEntity.h"
@implementation CIDOBIpadEntity @implementation CISDOBIpadEntity
@dynamic summaryHeader; @dynamic summaryHeader;
@dynamic summary; @dynamic summary;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment