Typo
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>
Mon, 30 Jan 2012 12:46:23 +0000 (16:46 +0400)
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>
Mon, 30 Jan 2012 14:39:59 +0000 (18:39 +0400)
platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/SymLinkHandlingTest.java

index 38c562f6923705b6869d2a45e225975d36b7cfeb..461375ebbd1fe6188bdf6f192a928d66ea57287f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2011 JetBrains s.r.o.
+ * Copyright 2000-2012 JetBrains s.r.o.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@ public class SymLinkHandlingTest extends LightPlatformLangTestCase {
     assertNull(selfLinkVFile);
   }
 
-  public void testTargetIsWriteable() throws Exception {
+  public void testTargetIsWritable() throws Exception {
     if (!SystemInfo.areSymLinksSupported) return;
 
     final File targetFile = FileUtil.createTempFile("target", "");