Browse Source

docs/sphinx: Fix typo

jp9000 6 years ago
parent
commit
5027709320
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sphinx/reference-scenes.rst

+ 2 - 2
docs/sphinx/reference-scenes.rst

@@ -540,8 +540,8 @@ Scene Item Group Functions
 
 .. function:: void obs_sceneitem_group_remove_item(obs_sceneitem_t *item)
 
-   Rmoves a scene item from a group.  The item will be placed before the
-   group in the main scene.
+   Removes a scene item from a group.  The item will be placed before
+   the group in the main scene.
 
 ---------------------