diff options
author | enen92 <enen92@users.noreply.github.com> | 2019-01-06 18:48:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 18:48:50 +0000 |
commit | b77a9e1c47986f322e4786deb8e3553e52403247 (patch) | |
tree | 5b6189ff76c7efd593b6b6106a633362bac6cf77 | |
parent | c81be5b14dea3914fbdd4ef6ed30c54618722463 (diff) | |
parent | c303992a7452d634401ed623113c7ba8119c85b9 (diff) |
Merge pull request #15209 from enen92/typos
[docs] Minor fixes
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | xbmc/interfaces/legacy/ModuleXbmcplugin.h | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 28732719f2..0dc08a7caf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -71,7 +71,7 @@ Used Operating system: - [ ] iOS - [ ] Linux - [ ] OSX - - [ ] Raspberri-Pi + - [ ] Raspberry-Pi - [ ] Windows - [ ] Windows UWP diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28732719f2..0dc08a7caf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -71,7 +71,7 @@ Used Operating system: - [ ] iOS - [ ] Linux - [ ] OSX - - [ ] Raspberri-Pi + - [ ] Raspberry-Pi - [ ] Windows - [ ] Windows UWP diff --git a/xbmc/interfaces/legacy/ModuleXbmcplugin.h b/xbmc/interfaces/legacy/ModuleXbmcplugin.h index d8b6f13129..e7386feb6d 100644 --- a/xbmc/interfaces/legacy/ModuleXbmcplugin.h +++ b/xbmc/interfaces/legacy/ModuleXbmcplugin.h @@ -325,16 +325,17 @@ namespace XBMCAddon /// @param content string - content type (eg. movies) /// /// @par Available content strings - /// | | | | | - /// |:--------:|:--------:|:--------:|:--------:| - /// | files | songs | artists | albums - /// | movies | tvshows | episodes | musicvideos - /// | videos | images | games | + /// | | | | | + /// |:--------:|:--------:|:--------:|:-----------:| + /// | files | songs | artists | albums | + /// | movies | tvshows | episodes | musicvideos | + /// | videos | images | games | -- | /// /// @remark Use **videos** for all videos which do not apply to the /// more specific mentioned ones like "movies", "episodes" etc. /// A good example is youtube. /// + /// /// ------------------------------------------------------------------------ /// @python_v18 Added new **games** content /// |