summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx
index 8541de7f389d..efffeea07d69 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx
@@ -50,13 +50,13 @@ public:
virtual ~nsProfile();
public:
- //We register an factory for Mozilla profile service its CID and CONTRACTID are NS_PROFILE_CID and NS_PROFILE_CONTRACTID
- //After that, we does not need profile.dll/libprofile.so any more. Our profile service are different from the orginal one in
+ //We register a factory for Mozilla profile service, its CID and CONTRACTID are NS_PROFILE_CID and NS_PROFILE_CONTRACTID
+ //After that, we do not need profile.dll/libprofile.so any more. Our profile service is different from the original one in
//these areas:
//1. We do not lock Mozilla Profile,
//2. We do not change Mozilla Profile settings. We do not change default profile, do not create new profiles and
// do not write changes back to profile register
- //3. We support can load both Thunderbird profile and Mozilla profiles
+ //3. We can load both Thunderbird profile and Mozilla profile
static nsresult RegisterProfileManager(nsIProfile* aProfileService);
};