From f390d143d5f1107841d613981a343fbb0939aa94 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Mon, 7 Feb 2005 23:11:30 +0000 Subject: [PATCH] Typographic errors fixed and a function name changed. svn path=/trunk/; revision=13461 --- reactos/lib/smdll/execpgm.c | 2 +- reactos/lib/smdll/readme.txt | 4 ++-- reactos/lib/smdll/smdll.def | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/lib/smdll/execpgm.c b/reactos/lib/smdll/execpgm.c index f9a523b8fd2..c0d67e52bb4 100644 --- a/reactos/lib/smdll/execpgm.c +++ b/reactos/lib/smdll/execpgm.c @@ -12,7 +12,7 @@ #include NTSTATUS STDCALL -SmExecPgm (HANDLE hSmApiPort, PUNICODE_STRING Pgm) +SmExecuteProgram (HANDLE hSmApiPort, PUNICODE_STRING Pgm) { NTSTATUS Status; SM_PORT_MESSAGE SmReqMsg; diff --git a/reactos/lib/smdll/readme.txt b/reactos/lib/smdll/readme.txt index 71261e83fa6..af75bd866d4 100644 --- a/reactos/lib/smdll/readme.txt +++ b/reactos/lib/smdll/readme.txt @@ -4,11 +4,11 @@ This is SMDLL: a helper library to talk to the ReactOS session manager (SM). It should be linked in the following components: -a) the SM itself, because iy registers for managing native processes +a) the SM itself, because it registers for managing native processes IMAGE_SUBSYSTEM_NATIVE; b) environment subsystem servers, because each one should register in - the SM its own subsystem (willing to manageg those processes); + the SM its own subsystem (willing to manage those processes); c) terminal emulators for optional subsystems, like posixw32 and os2w32, to ask the SM to start the optional subsystem server they need connect to; diff --git a/reactos/lib/smdll/smdll.def b/reactos/lib/smdll/smdll.def index 0822d1a05bc..0c2e91eb482 100644 --- a/reactos/lib/smdll/smdll.def +++ b/reactos/lib/smdll/smdll.def @@ -2,4 +2,4 @@ LIBRARY SMDLL.DLL EXPORTS SmCompleteSession@12 SmConnectApiPort@16 -SmExecPgm@8 \ No newline at end of file +SmExecuteProgram@8 -- 2.17.1