[前][次][番号順一覧][スレッド一覧]

ruby-changes:49734

From: hsbt <ko1@a...>
Date: Mon, 15 Jan 2018 19:09:05 +0900 (JST)
Subject: [ruby-changes:49734] hsbt:r61851 (trunk): Fix a typo.

hsbt	2018-01-15 19:09:00 +0900 (Mon, 15 Jan 2018)

  New Revision: 61851

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61851

  Log:
    Fix a typo.
    
      * win32/win32.c: wrok -> work

  Modified files:
    trunk/win32/win32.c
Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 61850)
+++ win32/win32.c	(revision 61851)
@@ -7969,7 +7969,7 @@ w32_io_info(VALUE *file, w32_io_info_t * https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L7969
 	    CloseHandle(f);
 	    return INVALID_HANDLE_VALUE;
 	}
-	/* this API may not wrok at files on non Microsoft SMB
+	/* this API may not work at files on non Microsoft SMB
 	 * server, fallback to old API then. */
 	if (GetFileInformationByHandle(f, &st->info.bhfi)) {
 	    st->file_id_p = FALSE;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]