diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 63088cd1..9814c226 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1024,7 +1024,7 @@ for (i = 0; i < nbins; i++) {
allocate memory during application initialization and then deadlock
internally when jemalloc in turn calls
atexit, so this option is not
- univerally usable (though the application can register its own
+ universally usable (though the application can register its own
atexit function with equivalent
functionality). Therefore, this option should only be used with care;
it is primarily intended as a performance tuning aid during application
@@ -1328,7 +1328,7 @@ malloc_conf = "xmalloc:true";]]>
option. Note that atexit may allocate
memory during application initialization and then deadlock internally
when jemalloc in turn calls atexit, so
- this option is not univerally usable (though the application can
+ this option is not universally usable (though the application can
register its own atexit function with
equivalent functionality). This option is disabled by
default.
@@ -2070,7 +2070,7 @@ typedef struct {
[]
Average number of bytes allocated between
- inverval-based profile dumps. See the
+ interval-based profile dumps. See the
opt.lg_prof_interval
option for additional information.