WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=82141079e14c605159b4fd03e382e962e5a50aea
commit 82141079e14c605159b4fd03e382e962e5a50aea Author: Carla Sensa <[email protected]> Date: Fri Oct 18 05:54:47 2019 -0700 Wiki page efl-debug.md changed with summary [Fix typo] by Carla Sensa --- pages/contrib/efl-debug.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/contrib/efl-debug.md.txt b/pages/contrib/efl-debug.md.txt index 7af040857..903dd4c71 100644 --- a/pages/contrib/efl-debug.md.txt +++ b/pages/contrib/efl-debug.md.txt @@ -159,7 +159,7 @@ gdb myapp PID Where ``PID`` is the process ID of the ``myapp`` process you to which you are attaching and debugging. -On some systems, attaching via GDB is prohibited. To enable it, sue the following command: +On some systems, attaching via GDB is prohibited. To enable it, issue the following command: ```bash sudo sysctl -w kernel.yama.ptrace_scope=0 --
