Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Jellyfrog authored and perexg committed Oct 20, 2015
1 parent cb6dabd commit b098cd3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

The Tvheadend project welcomes all submissions from the community. Without them the project couldn't hope to thrive.

We want to ensure that the process of submitting code is as simple as possible whilst ensuring that the project has the necessary provisions to fully utilise and handle all submissions. Therefore some short guidelines are provided here for reference.
We want to ensure that the process of submitting code is as simple as possible whilst ensuring that the project has the necessary provisions to fully utilize and handle all submissions. Therefore some short guidelines are provided here for reference.

For further info, please see https://tvheadend.org/projects/tvheadend/wiki/Contributors.

Expand All @@ -20,7 +20,7 @@ For further info, please see https://tvheadend.org/projects/tvheadend/wiki/Contr
* Create a branch to put your changes. Use a sensible name, i.e. feature/whizzbanger, or bugfix/redmine-1234.
* It's strongly recommend you create one branch per feature/bugfix/etc..
* Make commits, try and keep commits to sensible units.
* Use sensible commit messages, prefix with subsystem, summary on first line, more detail on following lines and include reference to any related issue numbers in redmine.
* Use sensible commit messages, prefix with subsystem, summary on first line, more detail on following lines and include reference to any related issue numbers in Redmine.

````
mpegts dvb: Add foo feature to the DVB system.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ It supports the following inputs:
* UDP
* HTTP

It support the following outputs:
It supports the following outputs:

* HTTP
* HTSP (own protocol)
Expand Down
18 changes: 9 additions & 9 deletions man/tvheadend.1
Expand Up @@ -6,8 +6,8 @@ tvheadend \ - Advanced TV streaming server/relay
[\fIOPTIONS\fR]
.SH DESCRIPTION
.B Tvheadend
is a streaming server/relay supporing a variety of sources and multiple
output formats. It is primarily inteded to be used in together with the
is a streaming server/relay supporting a variety of sources and multiple
output formats. It is primarily intended to be used in together with the
.B Showtime
Media player.
.SH OPTIONS
Expand All @@ -23,7 +23,7 @@ Show built-in help information (may be more up to date).
Specify an alternate config path; the default is \fI${HOME}/.hts\fR
.TP
\fB\-f
Fork and become a background process (deamon). Default no.
Fork and become a background process (daemon). Default no.
.TP
\fB\-u\fR \fIusername\fR, \fB\-\-user\fR \fIusername\fR
Run as user \fIusername\fR. Only applicable if daemonizing. Default is to
Expand All @@ -36,7 +36,7 @@ Run as group \fR\fIgroupname\fR. Only applicable if daemonizing. Default is to u
Specify alternative PID path file (default /var/run/tvheadend.pid).
.TP
\fB\-C\fR, \fB\-\-firstrun\fR
If no useraccount exist then create one with no username and no
If no user account exist then create one with no username and no
password. Use with care as it will allow world-wide administrative
access to your Tvheadend installation until you edit the
access-control from within the Tvheadend UI.
Expand All @@ -58,10 +58,10 @@ Specify alternative http port (default 9881).
Specify alternative http webroot.
.TP
\fB\-\-htsp_port
Specify alternative htsp port (default 9882).
Specify alternative HTSP port (default 9882).
.TP
\fB\-\-htsp_port2
Specify extra htsp port.
Specify extra HTSP port.
.TP
\fB\-d\fR, \fB\-\-debug\fR
Enable all debug.
Expand Down Expand Up @@ -97,11 +97,11 @@ All activity inside tvheadend is logged to syslog using log facility
In order for Tvheadend to control the video adapters on the system it
must be granted access to those devices. Most systems have a 'video'
group with write access to the video adapter devices. When Tvheadend
is started as a daemon it will automatcially change its primary group
is started as a daemon it will automatically change its primary group
to 'video' in order to access these groups. If your system is configured
in a different way you can either change the group membership of the
video adapters (/dev/dvb, etc) or reconfigure the Tvheadend startup
parameters. This is most likely the behaviour if you have installed
parameters. This is most likely the behavior if you have installed
Tvheadend from a distribution package.
.PP
If Tvheadend is started without the '-f' argument it will not daemonize
Expand All @@ -119,7 +119,7 @@ By default \fIeveryone (also from remote hosts)\fR is allowed \fIfull\fR
access to \fIall\fR features / settings in the web user interface. If
this is the first time you setup Tvheadend you are most encouraged to
enter the web user interface, selected the 'Configuration' + 'Access Control'
tab and make reasonable changes. Futher help / documentationcan be obtained
tab and make reasonable changes. Further help / documentation can be obtained
inside the web interface.
.SS "Settings"
Settings are stored in the current users home directory. Thus, if Tvheadend
Expand Down

1 comment on commit b098cd3

@mpmc
Copy link
Contributor

@mpmc mpmc commented on b098cd3 Oct 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jellyfrog FYI behaviour and utilise are British spellings and are not typos 😞

Please sign in to comment.