From 7b647f7065bcbcfb88d67823a4ef795526a95aa6 Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Thu, 29 Oct 2015 16:48:07 +1100
Subject: [PATCH] small typos

---
 present/sydney5mins/g.slide | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/present/sydney5mins/g.slide b/present/sydney5mins/g.slide
index 1f7091f1..232ae7cc 100644
--- a/present/sydney5mins/g.slide
+++ b/present/sydney5mins/g.slide
@@ -37,7 +37,7 @@ DGraph is an open source, distributed, low-latency graph serving system written
 		Handle shard splits, shard merges, and shard movement.
 
 - *Highly*Availability*: Automatic data replication and failover.
-- *Resilience*: Automatically handle server failures, and reassignment to healthy servers.
+- *Resilience*: Automatically handle server failures, and shard reassignment to healthy servers.
 
 * Implementation
 
@@ -71,7 +71,7 @@ DGraph is an open source, distributed, low-latency graph serving system written
 	[Network call]
 
 	- Pick server serving posting list `name`.
-	- For each uid_i, seek to `name,`uid_i`, and return.
+	- For each uid_i, seek to `name, uid_i`, and return.
 
 - 3 RT network calls in total
 - Network calls: O(m) where m = depth + attributes in query
-- 
GitLab