diff options
-rwxr-xr-x | README.cygwin | 2 | ||||
-rw-r--r-- | README.win | 8 | ||||
-rw-r--r-- | bus/config-parser-trivial.c | 4 | ||||
-rw-r--r-- | dbus/dbus-auth.c | 4 | ||||
-rw-r--r-- | tools/dbus-launch-x11.c | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/README.cygwin b/README.cygwin index 754b3e08..93e403ad 100755 --- a/README.cygwin +++ b/README.cygwin @@ -1,7 +1,7 @@ The cygwin dbus port is included in master branch of dbus git repository since 1.3.1. -See cygwin/README for more informations about +See cygwin/README for more information about the cygwin dbus port. The cygwin port of dbus is maintained by: @@ -14,9 +14,9 @@ test not running yet and there is help needed to get them running. Building -------- -DBus could be build on windows using automake or cmake. See the -file README for more informations. -Special cmake build instructions could be found in cmake/readme-cmake.txt +DBus can be built on windows using automake or cmake. See the +file README for more information. +Special cmake build instructions can be found in cmake/readme-cmake.txt windbus and dbus4win Ports @@ -78,7 +78,7 @@ FAQ - Do you have any clue if dbus-win32 can run in a Windows CE environment? - dbus has been ported to wince, see README.wince for more informations + dbus has been ported to wince, see README.wince for more information - Do you know if the C++ binding made by OpenWengo will be easily portable to Windows? diff --git a/bus/config-parser-trivial.c b/bus/config-parser-trivial.c index f37b4fb4..6ef50f8e 100644 --- a/bus/config-parser-trivial.c +++ b/bus/config-parser-trivial.c @@ -188,7 +188,7 @@ bus_config_parser_start_element (BusConfigParser *parser, default: { /* we really don't care about the others... */ - _dbus_verbose (" START We dont care about '%s' type '%i'\n", element_name, parser->type); + _dbus_verbose (" START We don't care about '%s' type '%i'\n", element_name, parser->type); break; } } @@ -289,7 +289,7 @@ bus_config_parser_content (BusConfigParser *parser, default: { /* we don't care about the others... really */ - _dbus_verbose (" CONTENTS We dont care '%s' type '%i'\n", _dbus_string_get_const_data (&content_sane), parser->type); + _dbus_verbose (" CONTENTS We don't care about '%s' type '%i'\n", _dbus_string_get_const_data (&content_sane), parser->type); break; } } diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 270d85e4..d2c37a7a 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -2067,7 +2067,7 @@ handle_client_state_waiting_for_agree_unix_fd(DBusAuth *auth, case DBUS_AUTH_COMMAND_AGREE_UNIX_FD: _dbus_assert(auth->unix_fd_possible); auth->unix_fd_negotiated = TRUE; - _dbus_verbose("Sucessfully negotiated UNIX FD passing\n"); + _dbus_verbose("Successfully negotiated UNIX FD passing\n"); return send_begin (auth); case DBUS_AUTH_COMMAND_ERROR: @@ -2794,7 +2794,7 @@ _dbus_auth_set_unix_fd_possible(DBusAuth *auth, dbus_bool_t b) } /** - * Queries whether unix fd passing was sucessfully negotiated. + * Queries whether unix fd passing was successfully negotiated. * * @param auth the auth conversion * @returns #TRUE when unix fd passing was negotiated. diff --git a/tools/dbus-launch-x11.c b/tools/dbus-launch-x11.c index 0f344abe..c7e33309 100644 --- a/tools/dbus-launch-x11.c +++ b/tools/dbus-launch-x11.c @@ -248,7 +248,7 @@ init_x_atoms (Display *display) user = getpwuid (getuid ()); if (user == NULL) { - verbose ("Could not determine the user informations; aborting X11 integration.\n"); + verbose ("Could not determine user information; aborting X11 integration.\n"); return FALSE; } user_name = xstrdup(user->pw_name); |