aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/events
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-07-26 15:52:48 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-27 11:14:46 +0000
commit89100870293e5ba00eddcf470a1dbb6c3ca309b8 (patch)
tree735b3e507310620c2cb57a1e51394da5bdcbd302 /src/main/java/com/google/devtools/build/lib/events
parent3b16a284b202e410d3b1bc9b14a578773e530b18 (diff)
Typo fixes in markdown and javadoc as suggested by intellij typo inspection.
-- MOS_MIGRATED_REVID=128476121
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/events')
-rw-r--r--src/main/java/com/google/devtools/build/lib/events/Location.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/events/Location.java b/src/main/java/com/google/devtools/build/lib/events/Location.java
index 9c74dbaf91..1da66dda00 100644
--- a/src/main/java/com/google/devtools/build/lib/events/Location.java
+++ b/src/main/java/com/google/devtools/build/lib/events/Location.java
@@ -135,7 +135,7 @@ public abstract class Location implements Serializable {
*
* <p>This method is intentionally abstract, as a space optimisation. Some
* subclass instances implement sharing of common data (e.g. tables for
- * convering offsets into line numbers) and this enables them to share the
+ * converting offsets into line numbers) and this enables them to share the
* Path value in the same way.
*/
public abstract PathFragment getPath();