diff --git a/monitor.go b/monitor.go
index 748af4f3f106cb0beb389a9ab657bb54fd7dd953..9a941ef0f56f7fbf6f2542fd983a9b569c589cc9 100644
--- a/monitor.go
+++ b/monitor.go
@@ -28,7 +28,7 @@ func (m *Monitor) Name() string {
 	return m.monitor.GetName()
 }
 
-// PhysicalSize returns the size of the display are of a monitor in millimeters.
+// PhysicalSize returns the size of the display area of a monitor in millimeters.
 func (m *Monitor) PhysicalSize() (width, height float64) {
 	wi, hi := m.monitor.GetPhysicalSize()
 	width = float64(wi)