diff --git a/projects/oorexx/hello.rex b/projects/oorexx/hello.rex
index d55d776..98a4841 100644
--- a/projects/oorexx/hello.rex
+++ b/projects/oorexx/hello.rex
@@ -4,10 +4,10 @@ call RxFuncAdd 'SysGethostname', 'rxunixsys', 'SysGethostname'
 call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname'
 */
 If RxFuncQuery("SockDropFuncs") then
-    do
+    Do
         rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs")
         rc = SockLoadFuncs()
-    end
+    End
 
 Say 'Hello, World!'
 Say "This PID   : " || SysGetPid()