Skip to content

Commit 6c4fce4

Browse files
committed
Fix spelling mistakes
1 parent add99fb commit 6c4fce4

6 files changed

Lines changed: 11 additions & 11 deletions

project-leader/01-introduction.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In an ideal InnerSource organisation you can scale that up even further:
4545
Remember the last time you had to make cross cutting concern
4646
modifications across your entire platform? When going the "put it into
4747
the backlog of each team" this often feels like it's dragging on
48-
forever. On the other hand, it speeds things up substantialy to provide
48+
forever. On the other hand, it speeds things up substantially to provide
4949
those teams with a patch that implements the modification. The
5050
complexity of modifications in that approach depends on the maturity of
5151
the organisation and the maintainability/modularity of the code

project-leader/02-innersource-and-agile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Committers set the rules for contributions.
5454
structured way:
5555
** Contribution intent is shared early to make sure the
5656
contribution fits within the Host projects' vision and scope.
57-
** Progess
57+
** Progress
5858
is shared early so the host team has a chance to mentor the contributor
5959
and guide them on the path to a desired design and architecture. That
6060
way frustration due to having to decline a contribution late in the
@@ -120,7 +120,7 @@ contributors and schedule that into their planned work. In addition when
120120
crossing team boundaries it is often hard to find time slots for pairing
121121
- in those cases it should be complemented with asynchronous
122122
collaboration. To avoid frequent disruption, host team members often
123-
need to intentially plan their day more rigorously in InnerSource
123+
need to intentionally plan their day more rigorously in InnerSource
124124
settings. Often it is simplest to set aside certain hours in the day or
125125
a day a week for mentoring contributions. Making that explicit at the
126126
team level takes a lot of pressure off the engineers trying to fulfil

project-leader/03-capacity-planning.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ teams is to make time for splitting changes into smaller chunks. Make
5959
sure to communicate the wider context these changes belong to though.
6060

6161
Often making larger changes requires communicating intent and purpose
62-
early. It can also be benefitial to make sure contributing team and host
62+
early. It can also be beneficial to make sure contributing team and host
6363
team have enough time set aside for working on the change together. This
6464
means that people setting team priorities need to think beyond their own
6565
team when prioritizing changes. However coordination can still happen

project-leader/04-negotiation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Bob is just beginning to understand the code base and would have trouble underst
5656
In addition mentoring him through the process would take Alice a lot of time.
5757
However Alice has several high priority but easy to implement features on her backlog.
5858
What if Bob took some of those issue off of her backlog and implemented them - in return Alice has time to work on the change that Bob needs?
59-
For the sake of transperancy those agreements should be explained to both, the host team and the contributing team.
59+
For the sake of transparency those agreements should be explained to both, the host team and the contributing team.
6060
Otherwise they will have a hard time understanding why Bob and Alice are not working on the changes that each of their customers needs.
6161

6262
For another example, imagine a host team that is working on a very popular InnerSource project.

project-leader/05-shared-ownership.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
== Options for Shared Ownership
22

33
"If everyone owns it, nobody is accountable." Traditional
4-
organisations perfer to have a single point of contact in case of
4+
organisations prefer to have a single point of contact in case of
55
issues. On the other hand allowing simply everyone to make changes
66
surely will result in a mess that can no longer be maintained.
77

88
Based on that observation each InnerSource project has a dedicated team
99
of Trusted Committers. Interest in maintaining an InnerSource project
1010
often is motivated by enlightened self interest: A team understanding
11-
that they themselves need the InnerSource project to fullfill their
11+
that they themselves need the InnerSource project to fulfill their
1212
customers' needs and understanding that opening the project up for
1313
contributions can spread the workload to move the project forward.
14-
Opening a project up for contibutions though doesn't mean that Trusted
14+
Opening a project up for contributions though doesn't mean that Trusted
1515
Committers have to accept all submissions. It is the team of Trusted
1616
Committers that sets the mission and goals for the project. They are
1717
then in a position to set direction and decide on change acceptance
@@ -85,7 +85,7 @@ term is taken on by the host team.
8585
InnerSource on a daily basis". While using pull requests and reviews is
8686
a crucial component, it is just the baseline for InnerSource projects.
8787
Just because two projects you depend on use pull requests on a daily
88-
basis does not mean that their openess to team-external contributions is
88+
basis does not mean that their openness to team-external contributions is
8989
the same.
9090

9191
InnerSource comes with different best practices. In order to avoid
@@ -124,7 +124,7 @@ can remove the review bottle neck.
124124
* In the final stage the team of
125125
Trusted Committers is also ready to share control over who gets write
126126
access next as well as project vision and mission. While this will often
127-
result in the highest level of committment from contributors it also
127+
result in the highest level of commitment from contributors it also
128128
requires a high level of coordination crossing team boundaries. It also
129129
requires the highest level of transparency when making decisions about
130130
the project.

project-leader/06-relation-to-open-source.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ be very uncomfortable in particular for employees not used to that way
5555
of working. In addition all actions being public means they are also
5656
available for public scrutiny - no longer can every move be vetted by
5757
corporate communication experts. Similarly produced artifacts are
58-
available for public scrutiny wrt. license compliance, security and the
58+
available for public scrutiny with regard to license compliance, security and the
5959
like - e.g. for competitors, for potential future new hires, for
6060
customers.
6161

0 commit comments

Comments
 (0)