diff options
author | N Balachandran <nibalach@redhat.com> | 2024-03-18 05:34:44 +0100 |
---|---|---|
committer | N Balachandran <nibalach@redhat.com> | 2024-03-18 05:34:44 +0100 |
commit | 4fd5c134536d652ae1f9e05ecf52cb81adb3b850 (patch) | |
tree | 6fc8b4a2e400b66df988cf988f421b13084dbb40 /doc/rbd | |
parent | docs/rbd: replace introspect with inspect (diff) | |
download | ceph-4fd5c134536d652ae1f9e05ecf52cb81adb3b850.tar.xz ceph-4fd5c134536d652ae1f9e05ecf52cb81adb3b850.zip |
docs/rbd: typo in "retrieving image information"
Replace "for the image" with "of the image".
Signed-off-by: N Balachandran <nibalach@redhat.com>
Diffstat (limited to 'doc/rbd')
-rw-r--r-- | doc/rbd/rados-rbd-cmds.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rbd/rados-rbd-cmds.rst b/doc/rbd/rados-rbd-cmds.rst index 470fac61845..a290dc1e5a3 100644 --- a/doc/rbd/rados-rbd-cmds.rst +++ b/doc/rbd/rados-rbd-cmds.rst @@ -139,7 +139,7 @@ Retrieving Image Information ============================ To retrieve information from a particular image, run the following command, but -replace ``{image-name}`` with the name for the image: +replace ``{image-name}`` with the name of the image: .. prompt:: bash $ |