diff options
author | Aaron Raimist <aaron@raim.ist> | 2018-09-17 22:05:23 -0500 |
---|---|---|
committer | Aaron Raimist <aaron@raim.ist> | 2018-09-17 22:05:23 -0500 |
commit | 4ecdf73fc7a9e1b8357c6f74897b33b32243dd3f (patch) | |
tree | cc8501fd2410b620c04dfd41d05618bbae1289fe /README.rst | |
parent | Merge pull request #3892 from matrix-org/rav/decode_bytes_in_request_logs (diff) | |
download | synapse-4ecdf73fc7a9e1b8357c6f74897b33b32243dd3f.tar.xz |
Fix typo in README, synaspse -> synapse
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 0147429aed..9c0f9c09c8 100644 --- a/README.rst +++ b/README.rst @@ -968,7 +968,7 @@ improvement in overall amount, and especially in terms of giving back RAM to the OS. To use it, the library must simply be put in the LD_PRELOAD environment variable when launching Synapse. On Debian, this can be done by installing the ``libjemalloc1`` package and adding this line to -``/etc/default/matrix-synaspse``:: +``/etc/default/matrix-synapse``:: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 |