summaryrefslogtreecommitdiff
path: root/ext/pathname/pathname.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pathname/pathname.c')
-rw-r--r--ext/pathname/pathname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c
index 53f5e7cddd..2e30ff58c0 100644
--- a/ext/pathname/pathname.c
+++ b/ext/pathname/pathname.c
@@ -1155,7 +1155,7 @@ path_unlink(VALUE self)
* Creates a new Pathname object from the given string, +path+, and returns
* pathname object.
*
- * In order to use this constuctor, you must first require the Pathname
+ * In order to use this constructor, you must first require the Pathname
* standard library extension.
*
* require 'pathname'