summaryrefslogtreecommitdiff
path: root/ext/etc/etc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/etc/etc.c')
-rw-r--r--ext/etc/etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index f8dc368d35..56aab7fb7f 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -611,13 +611,13 @@ etc_systmpdir(void)
* the logged in user than environment variables such as $USER. For example:
*
* require 'etc'
- *
+ *
* login = Etc.getlogin
* info = Etc.getpwnam(login)
* username = info.gecos.split(/,/).first
* puts "Hello #{username}, I see your login name is #{login}"
*
- * Note that the methods provided by this module are not always secure.
+ * Note that the methods provided by this module are not always secure.
* It should be used for informational purposes, and not for security.
*/
void