From 3034b22227b614a0797e080f6da19f5b0228b58b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 19 Aug 2020 00:13:04 +0800 Subject: [PATCH] doc/dev/crimson: fix a typo Signed-off-by: Kefu Chai --- doc/dev/crimson.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 44c9a1780a243..77e55ef97b102 100644 --- a/doc/dev/crimson.rst +++ b/doc/dev/crimson.rst @@ -215,7 +215,7 @@ when it comes to a stripped binary. So before planting a signal handler for those signals in crimson, we could to use `script/ceph-debug-docker.sh` to parse the addresses in the backtrace:: - # assumeing you are under the source tree of ceph + # assuming you are under the source tree of ceph $ ./src/script/ceph-debug-docker.sh --flavor crimson master:27e237c137c330ebb82627166927b7681b20d0aa centos:8 .... [root@3deb50a8ad51 ~]# wget -q https://raw.githubusercontent.com/scylladb/seastar/master/scripts/seastar-addr2line -- 2.39.5