From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sd/README_REMOTE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/README_REMOTE') diff --git a/sd/README_REMOTE b/sd/README_REMOTE index 9e303e43e8f5..dc43e59badfe 100644 --- a/sd/README_REMOTE +++ b/sd/README_REMOTE @@ -76,7 +76,7 @@ Any lines in [square brackets] are optional, and should be omitted if not needed * pointer_dismissed // This dismiss the pointer red dot on screen, should be called when user stop touching screen * pointer_coordination // This update pointer's position to current (x,y) current_x // note that x, y are in percentage (from 0.0 to 1.0) with respect to the slideshow size - current_y // unless screenupdater's perfomance is significantly improved, we should consider limit the update frequency on the + current_y // unless screenupdater's performance is significantly improved, we should consider limit the update frequency on the // remote-end @@ -104,4 +104,4 @@ Status/Data (Server to Client) # As of gsoc2013, these commands are extended to the existing protocol, since remote-end also ignore all unknown commands (which is the case of gsoc2012 android implementation), backward compatibility is kept. * slideshow_info // once paired, the server-end will send back the title of the current presentation - Title \ No newline at end of file + Title -- cgit