Skip to content

Instantly share code, notes, and snippets.

@edsrzf
Created February 25, 2011 05:05
Show Gist options
  • Save edsrzf/843383 to your computer and use it in GitHub Desktop.
Save edsrzf/843383 to your computer and use it in GitHub Desktop.
Fix doc typos
From c15dece9122aa25831459cfeb5ed110aa5881b7c Mon Sep 17 00:00:00 2001
From: Evan Shaw <edsrzf@gmail.com>
Date: Fri, 25 Feb 2011 17:55:36 +1300
Subject: [PATCH] Fix typo in doc links
---
web/doc/en/bytecode-compiler/generator.markdown | 2 +-
web/doc/en/bytecode-compiler/writer.markdown | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/doc/en/bytecode-compiler/generator.markdown b/web/doc/en/bytecode-compiler/generator.markdown
index e80a5e3..252feb3 100644
--- a/web/doc/en/bytecode-compiler/generator.markdown
+++ b/web/doc/en/bytecode-compiler/generator.markdown
@@ -128,4 +128,4 @@ provided by the default `Generator` implementation.
You can also customize which generator class is passed in. To learn
more about customizing individual compiler stages or the compiler
pipeline, please read [Customizing the Compiler
-Pipeline](/bytecode-compiler/cutomization/).
+Pipeline](/bytecode-compiler/customization/).
diff --git a/web/doc/en/bytecode-compiler/writer.markdown b/web/doc/en/bytecode-compiler/writer.markdown
index 4a93534..af41464 100644
--- a/web/doc/en/bytecode-compiler/writer.markdown
+++ b/web/doc/en/bytecode-compiler/writer.markdown
@@ -39,4 +39,4 @@ those stages returns the inputted CompiledMethod (or a different
CompiledMethod), everything will work as expected.
For more information, please read [Customizing the Compiler
-Pipeline](/bytecode-compiler/cutomization/).
+Pipeline](/bytecode-compiler/customization/).
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment