summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-14 14:15:38 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:38:38 +0000
commit3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch)
treea5231657e37e3b2efb2ba438c43561bf5f27649c /sd
parentf62de9113a4866f7152acbe0e8221c594b7a7b68 (diff)
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/cusshow.hxx11
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h4
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc.h2
3 files changed, 6 insertions, 11 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 81d2817cd262..aec961d68bb5 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -28,11 +28,6 @@
class SdDrawDocument;
class SdPage;
-/*************************************************************************
-|*
-|* CustomShow
-|*
-\************************************************************************/
class SD_DLLPUBLIC SdCustomShow
{
public:
@@ -62,11 +57,11 @@ public:
/** Provides a direct access to the collection of the SdPage objects. */
PageVec& PagesVector();
/**
- * Replaces all occurences of pOldPage with pNewPage.
- * If pNewPage is 0 then removes all occurences of pOldPage.
+ * Replaces all occurrences of pOldPage with pNewPage.
+ * If pNewPage is 0 then removes all occurrences of pOldPage.
*/
void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
- /** Removes all occurences of pPage. */
+ /** Removes all occurrences of pPage. */
void RemovePage( const SdPage* pPage );
void SetName(const OUString& rName);
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h b/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
index 2600f3111f05..ec1f43a6aeae 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
@@ -1099,7 +1099,7 @@ DNSServiceErrorType DNSSD_API DNSServiceRegister
*
* sdRef: A DNSServiceRef initialized by DNSServiceRegister().
*
- * RecordRef: A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
+ * RecordRef: A pointer to an uninitialized DNSRecordRef. Upon successful completion of this
* call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
* If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
* invalidated and may not be used further.
@@ -1722,7 +1722,7 @@ typedef void (DNSSD_API *DNSServiceRegisterRecordReply)
*
* sdRef: A DNSServiceRef initialized by DNSServiceCreateConnection().
*
- * RecordRef: A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
+ * RecordRef: A pointer to an uninitialized DNSRecordRef. Upon successful completion of this
* call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
* (To deregister ALL records registered on a single connected DNSServiceRef
* and deallocate each of their corresponding DNSServiceRecordRefs, call
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc.h b/sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc.h
index 29466c1c0138..17d84f99dd6e 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc.h
@@ -162,7 +162,7 @@ typedef enum
#endif
// Define context object big enough to hold a 64-bit pointer,
-// to accomodate 64-bit clients communicating with 32-bit daemon.
+// to accommodate 64-bit clients communicating with 32-bit daemon.
// There's no reason for the daemon to ever be a 64-bit process, but its clients might be
typedef packedunion
{