Fix for Bugzilla 43602: Small tyop in documentation

* changed "aspect aspect" to "abstract aspect"
This commit is contained in:
ehilsdal 2003-11-18 03:52:02 +00:00
parent bcf40bc8dd
commit ba8786b1a7

View File

@ -2365,7 +2365,7 @@
}
}
aspect aspect MyProfiling {
abstract aspect MyProfiling {
abstract pointcut profiled();
Object around(): profiled() {