OSDN Git Service

Fix typo in memdc.h (#474)
authorIkko Ashimine <eltociear@gmail.com>
Thu, 12 Nov 2020 22:57:28 +0000 (07:57 +0900)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 22:57:28 +0000 (07:57 +0900)
relevent -> relevant

Src/Common/memdc.h

index 5f33cbd..9623a53 100644 (file)
@@ -66,7 +66,7 @@ public:
                        pDC->DPtoLP(&m_rect);
                        SetWindowOrg(m_rect.left, m_rect.top);
                } else {
-                       // Make a copy of the relevent parts of the current DC for printing
+                       // Make a copy of the relevant parts of the current DC for printing
                        m_bPrinting = pDC->m_bPrinting;
                        m_hDC       = pDC->m_hDC;
                        m_hAttribDC = pDC->m_hAttribDC;