From 9ed033917b0bdaeb663395224a5e5b8b20a67169 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jun 2015 14:03:27 +0200 Subject: Fix typos Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce Reviewed-on: https://gerrit.libreoffice.org/16373 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sd/source/ui/remotecontrol/DiscoveryService.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/remotecontrol') diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index 9ce33ae98e47..d60ea34d5a27 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -155,7 +155,7 @@ void SAL_CALL DiscoveryService::run() setupSockets(); - // Kept for backwrad compatibility + // Kept for backward compatibility char aBuffer[BUFFER_SIZE]; while ( true ) { -- cgit