This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git


The following commit(s) were added to refs/heads/develop by this push:
     new 363b7fc8 closes #4
363b7fc8 is described below

commit 363b7fc8d5cfe642424054bb427ed4b3f1edca0f
Author: Josh Thompson <jftho...@ncsu.edu>
AuthorDate: Fri Oct 20 10:53:05 2023 -0400

    closes #4
    
    vcld.conf: fixed spelling of receive on line 100
    web/.ht-inc/phpseclib/Net/SFTP/Stream.php: fixed spelling of "publicly"
    on line 113 - it's also fixed upstream so next time we update it will
    still be correct
---
 managementnode/etc/vcl/vcld.conf          | 2 +-
 web/.ht-inc/phpseclib/Net/SFTP/Stream.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/managementnode/etc/vcl/vcld.conf b/managementnode/etc/vcl/vcld.conf
index e8e29e12..c9e79097 100644
--- a/managementnode/etc/vcl/vcld.conf
+++ b/managementnode/etc/vcl/vcld.conf
@@ -97,7 +97,7 @@ mysql_ssl_cert=/etc/vcl/cert/my_ca.crt
 #Sendmail envelope sender -- Return-path
 #The return-path should be set if you want email delivery failures to go
 #to a common place
-#set this to a known working address that would recieve mail like 
b...@yourdomain.com
+#set this to a known working address that would receive mail like 
b...@yourdomain.com
 RETURNPATH=
 
 #IM support - jabber only at this time
diff --git a/web/.ht-inc/phpseclib/Net/SFTP/Stream.php 
b/web/.ht-inc/phpseclib/Net/SFTP/Stream.php
index 9538884a..57f00bbc 100644
--- a/web/.ht-inc/phpseclib/Net/SFTP/Stream.php
+++ b/web/.ht-inc/phpseclib/Net/SFTP/Stream.php
@@ -110,7 +110,7 @@ class Net_SFTP_Stream
     /**
      * Context resource
      *
-     * Technically this needs to be publically accessible so PHP can set it 
directly
+     * Technically this needs to be publicly accessible so PHP can set it 
directly
      *
      * @var resource
      * @access public

Reply via email to