Merge branch 'master' into 2955-fail-orphan-jobs
[arvados.git] / doc / user / topics / keep.html.textile.liquid
index 86f1132d9b50d9da132c42aa02c8025bf90f3a3d..f2ffa62406a19ac34a9a4d730793258692e08efe 100644 (file)
@@ -33,7 +33,7 @@ This happens because @arv keep get@ tries to find a collection with this identif
 
 {% include 'notebox_end' %}
 
-Let's look at the size and compute the md5 hash of @block1@:
+Let's look at the size and compute the MD5 hash of @block1@:
 
 <notextile>
 <pre><code>/scratch/<b>you</b>$ <span class="userinput">ls -l block1</span>
@@ -44,5 +44,5 @@ Let's look at the size and compute the md5 hash of @block1@:
 </notextile>
 
 Notice that the block identifer <code>204e43b8a1185621ca55a94839582e6f+67108864</code> consists of:
-* the md5 hash of @block1@, @204e43b8a1185621ca55a94839582e6f@, plus
+* the MD5 hash of @block1@, @204e43b8a1185621ca55a94839582e6f@, plus
 * the size of @block1@, @67108864@.