Merge "Docs: Fix typo."
diff --git a/src/devices/tech/ota/inside_packages.jd b/src/devices/tech/ota/inside_packages.jd
index 41b3d5c..dc06b0b 100755
--- a/src/devices/tech/ota/inside_packages.jd
+++ b/src/devices/tech/ota/inside_packages.jd
@@ -110,7 +110,7 @@
 </i>. <i>tgt_sha1</i> and <i>tgt_size</i> are the expected final SHA1 hash and
 size of the target file. The remaining arguments must come in pairs: a SHA1
 hash (a 40-character hex string) and a blob. The blob is the patch to be
-applied whe the source file's current contents have the given SHA1.
+applied when the source file's current contents have the given SHA1.
 <p>The patching is done in a safe manner that guarantees the target file
 either has the desired SHA1 hash and size, or it is untouched—it will not be
 left in an unrecoverable intermediate state. If the process is interrupted
@@ -285,4 +285,4 @@
 
 <p class="note"><strong>Note:</strong> Prior to Android 4.1, only filenames
 were accepted, so to accomplish this the data first had to be unzipped into a
-temporary local file.</p>
\ No newline at end of file
+temporary local file.</p>