From 120805fe035f3ddff0177db8eee3a41be0565c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Thu, 23 Apr 2020 21:36:33 +0200 Subject: [PATCH] Fix typos --- .../test.php | 2 +- samples/tutorials/php/RHEL/SqlServerSample/crud.php | 4 ++-- samples/tutorials/php/Ubuntu/SqlServerSample/crud.php | 4 ++-- samples/tutorials/php/Windows/SqlServerSample/crud.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/tutorials/php/2.0 PHP Server programming - Stored procedures, Transactions, and UDFs/test.php b/samples/tutorials/php/2.0 PHP Server programming - Stored procedures, Transactions, and UDFs/test.php index 9be17d5a..5e6d0740 100644 --- a/samples/tutorials/php/2.0 PHP Server programming - Stored procedures, Transactions, and UDFs/test.php +++ b/samples/tutorials/php/2.0 PHP Server programming - Stored procedures, Transactions, and UDFs/test.php @@ -82,7 +82,7 @@ $stmt2 = sqlsrv_query($conn, $tsql2); if ($stmt1 && $stmt2) { sqlsrv_commit($conn); ?> -

Transaction was commited

+

Transaction was committed