fixed typo in default name for maintenance

This commit is contained in:
Jocelyn Fiat
2013-03-29 23:15:54 +01:00
parent a7e1be115a
commit 57a695555a

View File

@@ -21,7 +21,7 @@ feature {NONE} -- Initialization
default_create
do
Precursor
make_with_name (".maintenance_fn")
make_with_name (".maintenance")
end
make_with_name (fn: like maintenance_fn)