From 504776a10ffeb0e6aafd72050227d7cc6b3df8b8 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 21 Jul 2018 08:14:53 +0200 Subject: [PATCH] fix spelling --- doc/user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index 26ce7ee38..45d9ab1c8 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -885,7 +885,7 @@ All :program:`MPD` crashes are bugs which must be fixed by a developer, and you A crash bug report needs to contain a "backtrace". -First of all, your :proragm:`MPD` executable must not be "stripped" (i.e. debug information deleted). The executables shipped with Linux distributions are usually stripped, but some have so-called "debug" packages (package mpd-dbg or mpd-dbgsym on Debian, mpd-debug on other distributions). Make sure this package is installed. +First of all, your :program:`MPD` executable must not be "stripped" (i.e. debug information deleted). The executables shipped with Linux distributions are usually stripped, but some have so-called "debug" packages (package mpd-dbg or mpd-dbgsym on Debian, mpd-debug on other distributions). Make sure this package is installed. You can extract the backtrace from a core dump, or by running :program:`MPD` in a debugger, e.g.: