diff --git a/docs/usermanual-fonts-and-faces.xml b/docs/usermanual-fonts-and-faces.xml
index b87f0e5e8..1258bec8c 100644
--- a/docs/usermanual-fonts-and-faces.xml
+++ b/docs/usermanual-fonts-and-faces.xml
@@ -86,7 +86,7 @@
objects. hb_font_set_ppem(font, x_ppem,
y_ppem) sets the pixels-per-EM value of the font. You
can also set the point size of the font with
- hb_font_set_ppem(font, ptem). HarfBuzz uses the
+ hb_font_set_ptem(font, ptem). HarfBuzz uses the
industry standard 72 points per inch.