Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar issues #102

Merged
merged 1 commit into from
Jun 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/obs_ag_build_targets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
this and select the public side you want.</para>
<para>If you want to connect to a not listed instance, you can simple
create a remote project using the <emphasis>osc meta prj</emphasis> command.
A remote project differs from a local project the it has a <emphasis
A remote project differs from a local project as it has a <emphasis
role="strong">remoteurl</emphasis> tag (see <xref
linkend="_project_meta_data"/>).</para>
<para>Example:</para>
Expand Down
2 changes: 1 addition & 1 deletion xml/obs_ag_publish_hooks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.1"
xml:id="_publisher_hooks">
<title>Publisher Hooks</title>
<para>The job of the publisher service is to publish the build packages
<para>The job of the publisher service is to publish the built packages
and/or images by creating repositories that are made available through a web
server.</para>
<para>It can be configured to use custom scripts to copy the build results
Expand Down
2 changes: 1 addition & 1 deletion xml/obs_ag_source_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</sect2>
<sect2>
<title>Dropping a Source Service Again</title>
<para> Sometimes it is useful to continue work on generated files
<para> Sometimes it is useful to continue working on generated files
manually. In this situation the _service file needs to be dropped, but all
generated files need to be committed as standard files. The OBS provides the
"mergeservice" command for this. It can also be used via osc by calling
Expand Down
2 changes: 1 addition & 1 deletion xml/obs_ag_unpublish_hooks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.1"
xml:id="_unpublisher_hooks">
<title>Unpublisher Hooks</title>
<para>The job of the publisher service is to publish the build packages
<para>The job of the publisher service is to publish the built packages
and/or images by creating repositories that are made available through a web
server.</para>
<para>The OBS Publisher can be configured to use custom scripts to be
Expand Down
2 changes: 1 addition & 1 deletion xml/obs_ag_user_management.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<sect2 xml:id="_user_and_group_roles">
<title>User and Group Roles</title>
<para>The OBS role model has one global role: Admin, which can be granted
to users. Am OBS admin has access to all projects and packages via the API
to users. An OBS admin has access to all projects and packages via the API
interface and the web user interface. Some menus in the Web UI do not allow
changes by an Admin (for example, the Repository menu) as long the Admin is not a
Maintainer for the project as well. But the same change can be done via
Expand Down
2 changes: 1 addition & 1 deletion xml/obs_source_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@

<sect1 xml:id="sec.obs.sserv.remove">
<title>Removing a Source Service</title>
<para> Sometimes it is useful to continued to work on generated files
<para> Sometimes it is useful to continue working on generated files
manually. In this situation the <filename>_service</filename> file needs
to be dropped, but all
generated files need to be committed as standard files. The &obsa;
Expand Down