]> err.no Git - sope/commitdiff
fixed a typo
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 7 Aug 2007 08:32:32 +0000 (08:32 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 7 Aug 2007 08:32:32 +0000 (08:32 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1519 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/DynamicElements/WOFileUpload.m

index 03a37377da2ea1c9eb5745ff5d0b0a82d98ca5fd..b4ecc941a81f2d8f490b537849e64badb3467eb2 100644 (file)
@@ -29,7 +29,7 @@
   // inherited: value
   // inherited: disabled
 @protected
-  WOAssociation *filePath; // dispostion 'filename'
+  WOAssociation *filePath; // disposition 'filename'
   WOAssociation *data;     // uploaded data
 }